Changes between Initial Version and Version 1 of Ticket #55052, comment 14
- Timestamp:
- 02/08/2022 08:23:11 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55052, comment 14
initial v1 3 3 Now if we expand the limit to 1 to 20 or any other number the same thing will happen when the number of tags that contain the search word will be more than the limit. 4 4 5 Although I'm not feeling comfortable with the limit solution I think it's currently the bestsolution we have for 5.9.1. But what I think should be best are these:5 Although I'm not feeling comfortable with the limit solution I think it's currently the good solution we have for 5.9.1. But what I think should be best are these: 6 6 - first, ensure that the previous ajax request is done before launch new one. 7 7 - second, launch ajax request only when the previous result does not content the current search word, that assume that the previous result is saved somewhere and used as the source of search according to https://api.jqueryui.com/autocomplete/#option-source