So far I’ve seen these issues with beta Advanced Site Search after 4.4.0 was deployed:
Custom module search is very slow. 2 seconds yesterday, 12 seconds today for a similar search. Totally repeatable
- Site Search returns all hits, not just items that satisfy all search terms.
- Site Search no longer finds hyphens in hyphenated words but will find some hyphens if you search just for the hyphen
- Site Search finds pages where there is no & or %26 when you search for &
- Site Search ignores sortBy flag - returns in some order that isn’t immediately clear.
Looks like I need to add the liquid snippets I used before the Advanced Site Search to get search working the way it did with 4.3.2.
I haven’t checked Pagination because the Liquid code I wrote will eliminate items from the search.
A related topic - Custom Module Filtering (build a collection & use liquid loop through looking for items that meet multiple conditions) is much quicker. Thank You.