Search for tags

AFAIU, what @jmiba did was adding a new search suggest source, that provides search results when you use the live search from the top right corner of the page, while Loading... is about adding a new “Tags” facet to the main (standalone) search page. They’re not the same thing.

Thanks,
Marius

Both are interesting to add IMO.

1 Like

Searching tags case insensitive is asked several times by our users for both suggested search top right and search page itself. Fiddling with solr is outside my abilities.

Is there another idea how I can improve it?

I should like to state that I was also looking for case-insensitive tag-based search suggestions and have found that jmiba’s approach is the one that works.

In a different thread, it was proposed to simply copy the fields “tags_string” to “sort_string”.
Alas, this does not work, as “tags_string” is multivalued and sort_string is not.

So go with jmiba’s appraoch, it will work.

You mean this post Search for tags - #15 by jmiba?

I don’t understand what this sentence means:

Added the follwing lines to managed-schema

Where is managed-schema to find?

See https://extensions.xwiki.org/xwiki/bin/view/Extension/Solr%20Search%20Application#HSolrSchema . The file is provided by the xwiki-platform-search-solr-server-core-search JAR, but it is copied to the permanent directory when Solr search core is initialized, in e.g. store/solr/search_9/conf/ .