Files
web/web_search_with_and/static/src/js
Jordi Toledo 2d24b42fd3 [15.0][FIX] web_search_with_and
When we search by the id of any record and not a string, it gives an error on the line: ? source.value.trim(). It is because the value of sorce.value is an integer. To fix it, we do the trim() operation just if source.value is an string.
2023-09-05 07:38:01 +02:00
..
2023-09-05 07:38:01 +02:00