- Issue created by @DamienMcKenna
- Assigned to DamienMcKenna
- Status changed to Postponed: needs info
over 1 year ago 6:13pm 4 March 2023 - 🇦🇹Austria drunken monkey Vienna, Austria
I just tested, and this is certainly not the general behavior. It has to be specific to your setup.
Which processors do you have enabled on your search index? The “Tokenizer” processor, for instance, could be responsible, depending on its “Whitespace characters” setting. (It should be enabled anyways, however, when using Solr – just like most other processors.)
Otherwise, your best bet is to use a debugger to step through the search (starting atsearch_api_page_view()
) to see where/when the change occurs.