Hi, all! 5.2 -> 5.4.3 Upgrade
Xwiki.SearchSuggest objects were changed It was: type:OBJECT AND (class:XWiki.BlogPostClass) AND objcontent:(__INPUT__*) It is: fq=type:DOCUMENT fq=class:Blog.BlogPostClass qf=object.Blog.BlogPostClass The main difference: - it was "__INPUT__*" query string and - (as far as I understood) it is "__INPUT__" if parameter "q" is omitted The result is Solr Suggest changes it's behaviour and gives only exact results. To make Search Suggest running as it was, we have to add: "q=__INPUT__*" Is it done by puprpose or it is a bug and I have to "jira" it? Kind regards, Dmitry _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
