search field does not search non-latin string
-
The text field .rcno-isotope-grid-search doesn’t search non-latin string. If I am trying to find a post like “22 июня 1943” using “июня”, the request is doesn’t work.
In the file rcno-reviews-public.js:var $search = $('.rcno-isotope-grid-search').keyup(debounce(function() { qsRegex = new RegExp($search.val(), 'gi');
I tried to change ‘gi’ to ‘^[а-яА-ЯёЁ0-9\s]+$’, but it doesn’t work too.
Can you offer temporary solution this problem?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘search field does not search non-latin string’ is closed to new replies.