Hello together,
I’m not sure if this is a bug but I wonder if there’s a way to look for assets that end with a certain phrase, or a phrase within the name.
e.g:
The database include assets with the following filenames:
a1streetview.jpg
a2streetview.jpg
b1streetview.jpg
345cityhall.jpg
mycity.jpg
How do I search for all assets which ends with “streetview” and how do I search for all assets with “city” in the filename. The wildcard search does not help much since the * is not allowed at the beginning of the phrase.
What I can do is the following, but would not fulfill the requirements (I had to add the spaces between the stars, since the forum removed it otherwise).
streetview -> “no assets found”
a * streetview -> would return only the first two assets
3 * city * -> would return only 345cityhall.jpg since i have to add the 3 at the beginning.
I would appreciate your help!
Thanks!