[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-01 Thread bar
Author: Dmitriy Kulikov Email: Message: I got "Empty set" for both databases. mysql> use mnogosearch_new; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> SELECT word, hex(word) FROM bdict

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-01 Thread bar
Author: Dmitriy Kulikov Email: Message: Thank you! The problem with search.cgi was really because of the changed format search.htm But I have problems with encodings (e.g. Cyrillic windows-1251 or UTF-8). I installed both versions of mnogosearch with separate bases, but with the same settings.

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-01 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: Can you try this one: SELECT word, hex(word) FROM bdict WHERE word NOT RLIKE '^[a-z0-9?#_]*$' LIMIT 30; The idea is to get words with Cyrillic letters and see their HEX representation. > I got "Empty set" for both databases. > >

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-01 Thread bar
Author: Dmitriy Kulikov Email: Message: The results are the same for both bases. mysql> use mnogosearch_new; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> SELECT word, hex(word) FROM bdict