I have a page indexed using Windows 1251 codepage and I have also set search.html charset meta tag to 1251.
The index file contains the following records:
...
"монтиране,0,15",
...
However when I run a search with the word "монтиране" without the quotes I get a javascript error and the text box reads - undefined.
The error is:
Line: 286
Char: 5
Error: 'query.length' is null or not an object
What I have to do to get this running?
Thanks
The index file contains the following records:
...
"монтиране,0,15",
...
However when I run a search with the word "монтиране" without the quotes I get a javascript error and the text box reads - undefined.
The error is:
Line: 286
Char: 5
Error: 'query.length' is null or not an object
What I have to do to get this running?
Thanks
Comment