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

KIM Portal - Main Topic Query still incorrect #39

Open
mgrani opened this issue Apr 27, 2016 · 2 comments
Open

KIM Portal - Main Topic Query still incorrect #39

mgrani opened this issue Apr 27, 2016 · 2 comments
Assignees
Labels

Comments

@mgrani
Copy link

mgrani commented Apr 27, 2016

When trying to find a demo for next weeks conference, i discovered that the main topic queries are still incorrect for some partners. The KIM Portal Query

(French First Republic) AND (Town OR Egalitarianism OR Napoleon OR Basel) is actually interpreted as
(French OR First OR Republic) AND (Town OR Egalitarianism OR Napoleon OR Basel)

this is wrong and yields to results showing french knickers. it would be urgent to solve this

screenshot 2016-04-27 08 59 46

@hziak
Copy link
Contributor

hziak commented Apr 27, 2016

Solr should use OR by default.
I just made a diff for the results of the two queries of the kimportal api and, except for the query it self, there is no difference.

screenshot - 2016-04-27 - 09 14 11

Switching the query to a conjunct version just does not return any results.
So we would have to adopt a new query strategy for kim.
But i don't know by now how the query has to be formulated for kim that they return meaningful results.

Actually i tried their own search interface just with
"French First Republic Town Egalitarianism Napoleon Basel"
and get the ladies undergarment as results as well.
(It looks like that "french" is the important keyword here)

@jr-dig-orgel jr-dig-orgel assigned hziak and unassigned jr-dig-orgel Apr 27, 2016
@mgrani
Copy link
Author

mgrani commented Apr 27, 2016

Exactly because of french first republic town Egalitarianism Napoleon Basel returning undergarment, i would make the main topic a conjunction, i.e. french AND first AND republic. I would prefer no results over irrelevant results.

So the query would be

(French AND First AND Republic) AND (Town OR Egalitarianism OR Napoleon OR Basel)

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

3 participants