make relevancy of search api search results better than horrible drupal 10 views search api db.md 0,0 1 All

To get anything resembling understandable results—not good, simply conceivable—we had to make the rendered entity with HTML parsing the only full text item that we looked at. Giving title and summary full text treatment and large boosts did not seem to help— confirmed when we set the rendered entity to zero and the results essentially became random, the relevancy score of everything was zero. In other words, only the rendered entity was looked at, regardless of settings.

This does not cover the new exposed filters available to facts in Facets 3 but the parts related to search relevancy seem to be the same.

https://www.acromedia.com/article/creating-a-product-catalogue-with-search-api-solr-facets

https://www.drupal.org/project/search_api_exactmatch_boost

… but there does not seem to be anything that boosts for finding both of two words searched for, the most important boost of all when ‘any’ is used as the condition.

Enhancement of interest: https://www.webwash.net/add-autocomplete-search-results-to-text-fields-in-drupal/