Content searching in *.sqlite files with non-latin symbols

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
verviers
Posts: 34
Joined: Tue Nov 01, 2022 7:48 am

Content searching in *.sqlite files with non-latin symbols

Post by verviers »

I am testing "search content" feature. As far as I understand, Everything indexes content of *.sqlite as plain text. It is not possible now to search in its content text like
կատու (armenian)
კატა (georgian)
мачка (serbian)
Is there any solution to overcome that?
void
Developer
Posts: 15349
Joined: Fri Oct 16, 2009 11:31 pm

Re: Content searching in *.sqlite files with non-latin symbols

Post by void »

Everything will use the system iFilter to read content from .sqlite files.

If no iFilter is installed Everything will treat the file as text/plain.



Content indexing is designed for extensions with supporting iFilters or text/plain extensions.



I recommend not indexing content from .sqlite files if you don't have an associated iFilter installed.

Use content: on unindexed-content .sqlite files instead.

If no iFilter is installed, content: will search the files as UTF-8, UTF-16, UTF-16BE and ANSI.



If you are indexing content, content: will only search your indexed content.
If you haven't added .sqlite files to your content include filter, use the fromdisk: search modifier:

*.sqlite fromdisk:content:"my content search"

from-disk:
Post Reply