Question about full-text search

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Question about full-text search

Post by *Alextp »

2Ghisler
Question about search in ft_fulltext fields.
Can Total Commander find string, if it's returned by plugin in several calls of ContentGetValue:
so that beginning of string is returned in call1, tail is returned in call2? Picture:

Code: Select all

call1:      call2:
<--buffer--><--buffer-->
|----------||----------|
Text1    Text2   Text3
Can it find string "Text2"?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50421
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Yes it should, TC is using an overlap of the length of the search string in this case, just as it does when searching in lister or normal files.
Author of Total Commander
https://www.ghisler.com
Post Reply