Page 1 of 1

RFE: Wildcard Search

Posted: 27 Jan 2016, 02:22
by therube
RFE: Allow Wildcards in the Results' Search Box


.TXT finds 8100.TXT & also 8100.TXT.hebb
*.TXT should find 8100.TXT but not 8100.TXT.hebb
or
*.TXT.* should find 8100.TXT.hebb but not 8100.TXT (perhaps)

Re: RFE: Wildcard Search

Posted: 27 Jan 2016, 19:22
by Administrator
Sorry, the find function of the used grid component doesnt support any wildcards.
Only this flags are supported and activated:

DONTUSECASE
if set, search is not case-sensitive.

RELAXED
if set, valid item may include FindWhat as a substring of the item’s text; otherwise the match must be exact.

i will note this at our ToDo-List: replace the internal search function with a self-programmed search function that support wildcards