Page 1 of 1

filtering without automatic trailing *

Posted: Mon Mar 26, 2012 5:12 pm
by hopalongrock
Now I can't specify, that I want exact matching at the end of field. For example, if I filter title for "*lonely", TGF will find "lonely girl" too, not only "mr. lonely" or "so lonely", ... I propose a new closing character to compare at the end of field. For example "*lonely|" should find "lonely" at the end of title, but not "lonely girl".

Re: filtering without automatic trailing *

Posted: Mon Mar 26, 2012 8:42 pm
by jtclipper
I'll fix that its wrong,
partial matching will be used only if the value has wildcard characters like * and ?

Edit
Please re-download the beta3a.

Re: filtering without automatic trailing *

Posted: Tue Mar 27, 2012 6:38 am
by hopalongrock
jtclipper wrote:partial matching will be used only if the value has wildcard characters like * and ?
Filter works well now, trailing * is not default. !!
However the help contains "You do not have to include * at the end of the value it is used by default" - you have to correct this, I think.

Thanks

Re: filtering without automatic trailing *

Posted: Tue Mar 27, 2012 11:48 am
by jtclipper
Will do that thanks for noticing