You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fielded search
17:07:02 eventname:xxx searches directory string.
17:07:41 name:xxx searches name portion of the path.
17:08:18 and xxx is also supported?
17:08:45 yes.
The following searches are giving no results error. : // Should support wild cards for all fields and all terms
eventnam:Pictures // Should give error as invalid field name
eventname: Pictures // Not working. What is the event name field?
'Pictures' coming up with empty results. It is part of event name, i.e directory name.
Working with case sensitive, should ignore case.
Following search supported:
*:xxx - searches Image ID, Event Name and Image Name for xxx
image_id:xxx - searches Image ID for xxx
event_name:xxx -searches Event Name for xxx
image_name:xxx - searches Image Name for xxx
xxx - searches Image ID, Event Name and Image Name for xxx
The xxx in our example is a word. The words in the file path are directory name, filename or file extension.
Given file path: SamplePictures/mypicture.gif
Should only match: samplepictures, mypicture, gif
Now it is matching: sam, my, picture etc // Wrong
sam_, my_, pic // Correct
samp* AND mypic* should match intersection of samp* and mypic_.
samp_ OR mypic* should match union of samp* and mypic*
Entered image id of an item. I don't see any effect of the search term.
The text was updated successfully, but these errors were encountered: