Meta Data Search

Hi, I am using 1.7 with H2 on Windows Tomcat (as a service). I entered Meta Data on an image in both keyword and description fields but I cannot locate the file via the search.

Apparently the search feature does an alpha search against only the word in the search box and not a partial match unless I u se wildcards.

Hi,

In order to search properly we take the filename apart and store the values
as such that you can search better. However, we can only do this if your
filename is not written together.

In short, when your filename is something like “myawesomefile.png”, we
store it as such and you will be able to search with “myawesome*”. If your
filename would be “my-awesome-file.png”, we split the name up at the “-”
and store the value together with the original file name. Thus a search for
“awesome” would show this file as well.

In the soon to be released Razuna 1.7.1 we have made a small change to
this, as all searches in the Quick search panel (in the upper part of
Razuna) will automatically search with a wildcard.

Hope this helps.