- Issue created by @bojan_dev
- Merge request !53Issue #3509593: Allow trailing whitespace in the autocomplete suggester → (Open) created by bojan_dev
There are Solr lookup implementations where you actually want a suggestion after a space, for example with the "FreeTextLookupFactory" and using the space as separator.
Search API Autocomplete (submodule) trims trailing whitespace, which limits the capabilities of Solr suggesters like "FreeTextLookupFactory".
The setQuery method from Solarium performs a trim, see:
https://git.drupalcode.org/project/search_api_solr/-/blob/4.3.8/modules/...
and https://github.com/solariumphp/solarium/blob/6.3.7/src/Component/QueryTr....
Update suggester to not trim on the right side of the query.
Active
4.0
Code