K4kArot2015 / sigplus

Automatically exported from code.google.com/p/sigplus
0 stars 0 forks source link

Wildcard patterns - mark "the beginning" or "ends" #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!
I submit the request to add new symbols wildcard patterns to filter only the 
pattern that occurs at the beginning or end of file name or directory.

or

to now work pattern:
find anywhere in their name:
  id = {gallery} sampledata parks / parks / landscape / * Australia * {/ gallery}

find just the beginning:
  id = {gallery} sampledata parks / parks / landscape / australia * {/ gallery}

Regards!

Original issue reported on code.google.com by venapr...@gmail.com on 23 Apr 2012 at 12:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in version 1.5.0.152. In previous versions, the pattern was mistakenly 
matching against the full URL rather than the file name only, effectively 
making the leading asterisk compulsory in order to skip the path component of 
the URL.

Original comment by huny...@gmail.com on 23 Apr 2012 at 10:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The problem disappeared. It works great. As our site says a "razor blade". :) 
Bravo.

Original comment by venapr...@gmail.com on 24 Apr 2012 at 4:41