- 🇬🇧United Kingdom robcarr Perthshire, Scotland
I'm not sure if there has been any movement on this.
I'm currently unable to utilise search_api_spellcheck with a large Fulltext index.
InvalidArgumentException: The selected parse mode for fulltext fields is not compatible to Search API Spellcheck
- 🇪🇸Spain tuwebo
Thinking about this issue,
Maybe we could use the Boolean Query parser to run both queries and this way combining them. I have never used it, but ti looks like it could be done. I am thinking about something like (didn't test it):
q={!bool}must=({!lucene}field1:value1) must=({!edismax qf=field2^2}value2)