Skip to content

2.10.11

Compare
Choose a tag to compare
@romainruaud romainruaud released this 14 Nov 13:51
· 629 commits to 2.10.x since this release

📦 Features

You can now exclude particular categories from the autocomplete results. By default, all categories are set to "Yes".

image

  • Feature #2658, better fulltext matching by adding stemming on shingle generation. This ensures that, in the case of multi-words query, each of those words is properly stemmed and given the appropriate weight.

This behavior can be rollbacked locally in your code by re-defining the shingle analyzer for your language locally.

🐛 Fixes

New Contributors

Full Changelog: 2.10.10...2.10.11