Is there any solution to overcome that?կատու (armenian)
კატა (georgian)
мачка (serbian)
Content searching in *.sqlite files with non-latin symbols
Content searching in *.sqlite files with non-latin symbols
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
Re: Content searching in *.sqlite files with non-latin symbols
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:
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: