Keep some taxonomies out of suggestions
- wpsolrKeymaster4 years, 12 months ago #13955
In Elasticsearch there is a notion of “contexts” to filter autocompletions. But not in Solr. Therefore, there is no plan to filter keywords by categories.
But, there is a plan to introduce a new notion of “views” in WPSOLR later.
Currently, all menus 2.x define a single (implicit) “view”. By generalizing this notion to multiple views, you would be able to define a view for your search with categories (2.1 for the search, and 2.2 with categories), and another view for your suggestions without categories (2.2 without categories, and 2.4 for your suggestions). Each view would use its own index, or share other views indexes.
This would enable your feature, for both Elasticsearch and Solr, but also many other complex settings.
- This reply was modified 4 years, 12 months ago by wpsolr.
You must be logged in to reply to this topic.