v.0.38 Search wildcard

*** Please report new bugs here! ***

Moderators: XnTriq, helmut, xnview, Dreamer

marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

v.0.38 Search wildcard

Post by marsh »

When using search tool wildcard and a partial word:
"test*.*" works (two asterisks shouldn't be needed)
"test*" does not work (the better form to use)
User avatar
xnview
Author of XnView
Posts: 44593
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: v.0.38 Search wildcard

Post by xnview »

You means the Search dialog??
test* works for me...
Pierre.
marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

Re: v.0.38 Search wildcard

Post by marsh »

Yes, specifically for condition field. Ex. Iptc:all fields 'is any of' test* (in <ctrl + f> search dialog). Looking for keyword of 'testing'.
I don't have problem with the filename field however. It accepts a single *.
User avatar
xnview
Author of XnView
Posts: 44593
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: v.0.38 Search wildcard

Post by xnview »

marsh wrote:Yes, specifically for condition field. Ex. Iptc:all fields 'is any of' test* (in <ctrl + f> search dialog). Looking for keyword of 'testing'.
I don't have problem with the filename field however. It accepts a single *.
Oh ok. No it's normal. Search use for 'is any of' a regular expression, so any letters following is '.*'
Pierre.
marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

Re: v.0.38 Search wildcard

Post by marsh »

xnview wrote:
marsh wrote:Yes, specifically for condition field. Ex. Iptc:all fields 'is any of' test* (in <ctrl + f> search dialog). Looking for keyword of 'testing'.
I don't have problem with the filename field however. It accepts a single *.
Oh ok. No it's normal. Search use for 'is any of' a regular expression, so any letters following is '.*'
Thanks for the reminder. I didn't need to use a wildcard in first place since the option 'contains' performed partial word search fine. I'm safe from reading my old regular expression chart for a while. :)