Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-12109

eZkeyword searches "part of a tag"

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.10.1, 3.9.5, 4.0.0
    • 3.10.0, 3.9.4, 4.0.0beta1
    • Documentation, Misc
    • None

    Description

      When searching for keywords we have in the code (kernel/content/ezcontentfunctioncollection.php):

      WHERE ezkeyword.keyword LIKE '$alphabet%'
      

      If you look at items with tag "car" you shouldn't get objects related to
      "carnival" i.e. tag results should be strict and without any extension

      In order not to break BC, we should add an boolean parameter named "strict_match" (default FALSE) to keyword and keyword_count functions. This parameter should turn the strict matching on and off..

      Attachments

        Activity

          People

            sa sa
            vl vl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: