Re: [Tracker] Searching for Filnames with underscore




the last entry concerning this subject was from January 2008.
Is there any news on this?

I still have the following problem.
Filename: test_name.txt

Search for a file name works greate when I type
"test" into the search tool.
"name" with or without wildcards does not return any results.

Thanks for any comments as I would like to use tracker instead of
find . -name "*name*"


Probably underscore is not considered a valid word breaker by the
Unicode wordbreak algorithm. Tracker's FTS algorithm is only able to
look for full words or word prefixes, and therefore looking for "name"
will not return the "test_name.txt" result, in the same way as if you
look for "est" or "ame".

-- 
Aleksander




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]