Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching not working. #12

Open
akanduru opened this issue Jul 29, 2013 · 4 comments
Open

Searching not working. #12

akanduru opened this issue Jul 29, 2013 · 4 comments
Labels

Comments

@akanduru
Copy link
Contributor

Entered image id of an item. I don't see any effect of the search term.

@akanduru akanduru reopened this Aug 27, 2013
@akanduru
Copy link
Contributor Author

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.

@akanduru
Copy link
Contributor Author

From the latest changes:(Sept. 10th, 2013)

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.

@amohit94
Copy link
Contributor

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

@akanduru
Copy link
Contributor Author

Searching is totally broken!

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*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants