- Issue created by @carolpettirossi
- Merge request !83404415: Add match limit config to the searchResultLimit plugin config. β (Closed) created by carolpettirossi
- Status changed to Needs review
about 1 year ago 4:01pm 27 November 2023 - π§π·Brazil carolpettirossi Campinas - SP
Attaching patch from MR to use with composer.
- Status changed to RTBC
about 1 year ago 1:46pm 5 December 2023 - π¨πSwitzerland weri
I tested and reviewed the patch, works as expected. Thanks!
- Status changed to Needs work
about 1 year ago 12:43pm 6 December 2023 - πͺπΈSpain xito
I tested the provided patch and it is working as expected when the limit is defined. ex: 5, 10, 100, ...
But when you set the "Autocomplete suggestion list size" to 0 (unlimited), the widget returns "results not found"
- b1172db3 committed on 1.x
Issue #3404415 by carolpettirossi: Fixes autocomplete search results...
- b1172db3 committed on 1.x
- Status changed to Fixed
about 1 year ago 5:56pm 6 December 2023 - πΊπΈUnited States robphillips
Thanks to all for contributing. Both specific and unlimited limits have been resolved. With one caveat... unlimited is actually limited to 10,000 because the Choices.js library doesn't have an unlimited option.
Automatically closed - issue fixed for 2 weeks with no activity.