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

Adv Search: Search is case sensititve. #248

Closed
eaquigley opened this issue Jul 9, 2014 · 2 comments
Closed

Adv Search: Search is case sensititve. #248

eaquigley opened this issue Jul 9, 2014 · 2 comments
Assignees
Labels
Type: Bug a defect

Comments

@eaquigley
Copy link
Contributor


Author Name: Kevin Condon (@kcondon)
Original Redmine Issue: 3662, https://redmine.hmdc.harvard.edu/issues/3662
Original Date: 2014-03-07
Original Assignee: Elda Sotiri


See above


Related issue(s): #48, #72, #249
Redmine related issue(s): 3455, 3480, 3663


@eaquigley
Copy link
Contributor Author


Original Redmine Comment
Author Name: Philip Durbin (@pdurbin)
Original Date: 2014-03-20T14:37:13Z


On my laptop I made a dataset with an author of "Durbin, Philip".

I was able to find it with a search for "durbin" under "Author Name" which becomes this search: http://pdurbin.pagekite.me/dataverse.xhtml?q=authorName%3Adurbin

"Durbin, Philip" becomes this search: http://pdurbin.pagekite.me/dataverse.xhtml?q=authorName%3ADurbin%2C+authorName%3APhilip

"philip durbin" becomes this search: http://pdurbin.pagekite.me/dataverse.xhtml?q=authorName%3Aphilip+authorName%3Adurbin

'"Durbin, Philip"' (actual search in double quotes) becomes this search: http://pdurbin.pagekite.me/dataverse.xhtml?q=authorName%3A%22Durbin%2C+Philip%22

All four searches return the dataset in the search results. I'm moving this ticket to QA.

Here's the commit:

commit ef8dc94
Author: Philip Durbin philip_durbin@harvard.edu
Date: Wed Mar 19 16:43:28 2014 -0400

Solr schema.xml updated (please use this version) #3480

@eaquigley eaquigley added this to the Dataverse 4.0: Beta 1 milestone Jul 9, 2014
@eaquigley
Copy link
Contributor Author


Original Redmine Comment
Author Name: Elda Sotiri (@esotiri)
Original Date: 2014-03-27T21:11:27Z


issue resolved, search not case sensitive.

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

No branches or pull requests

2 participants