[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-02 Thread bar
Author: Dmitriy Kulikov Email: Message: Thank you very much, it works! Words in Cyrillic are now correctly searched in the database. The first lines of each found results is also now in the correct encoding. That's fine! навигатор : 610 Results 1-10 of 89 ( 0.009 seconds)

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-06-02 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: Hmm. It seems your MySQL is client is not configured well. It's using latin1 as a connection character set, while the display is onviously utf8. So it prints garbage instead of Cyrillic letters. You can check this using "show variables

[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

[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: 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-05-31 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: > I just tried unsuccessfully to install and configure the mnogosearch-3.4.1 on > FreeBSD 10.3 > I lost a lot of time, because it turned out that "search.cgi" fundamentally > does not work, and without any diagnostic information. > I

[General] Webboard: mnogosearch-3.4.1 on FreeBSD 10.3

2016-05-31 Thread bar
Author: Dmitriy Kulikov Email: Message: I just tried unsuccessfully to install and configure the mnogosearch-3.4.1 on FreeBSD 10.3 I lost a lot of time, because it turned out that "search.cgi" fundamentally does not work, and without any diagnostic information. I many times check it out by