filtering without automatic trailing *
-
- Sr. Member
- Posts: 294
- Joined: Wed Sep 15, 2010 1:38 pm
filtering without automatic trailing *
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 *
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.
partial matching will be used only if the value has wildcard characters like * and ?
Edit
Please re-download the beta3a.
-
- Sr. Member
- Posts: 294
- Joined: Wed Sep 15, 2010 1:38 pm
Re: filtering without automatic trailing *
Filter works well now, trailing * is not default. !!jtclipper wrote:partial matching will be used only if the value has wildcard characters like * and ?
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 *
Will do that thanks for noticing