Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-24058

Using 'property.XWiki.TagClass.tags' in a Solr query returns only case-sensitive matches

    XMLWordPrintable

Details

    • Unknown
    • N/A
    • N/A

    Description

      You can reproduce by:

      • tag an existing page with "TeSt"
      • open the main search page
      • search for "property.XWiki.TagClass.tags:tEsT"

      Expected: the tagged page appears in the search results, because XWIKI-23428 .
      Actual: the tagged page doesn't appear in the search results

      The reason is because, even if we implemented XWIKI-23428, the query "property.XWiki.TagClass.tags:tEsT" is not expanded to "property.XWiki.TagClass.tags_string_lowercase:tEsT" as can be seen by adding debug=true to the search page URL. The field expansion is controlled by the xwiki.dynamicFieldTypes Solr configuration that is not up-to-date.

      Attachments

        Issue Links

          Activity

            People

              mflorea Marius Dumitru Florea
              mflorea Marius Dumitru Florea
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: