pulibrary / allsearch_api

0 stars 0 forks source link

Match database search result order to LibGuides AZ database search #108

Closed maxkadel closed 3 months ago

maxkadel commented 1 year ago

User story

When I use the AllSearch and choose to go to the original search service, it would be confusing to see a different search result.

Acceptance criteria

Searching against the database endpoint in the allsearch_api consistently gives the same result order as the LibGuides AZ database search - see https://libguides.princeton.edu/az.php

Concrete example

Implementation notes, if any

This ticket was broken out from #33. @VickieKarasic is checking in with vendor to see if we can find out more about their search weighting.

VickieKarasic commented 1 year ago

Springshare's response:

Both the A-Z Databases search and the LibGuides Search page results are determined by term relevancy with each field given equal weight.

So it may be that "Oxford Scholarship Online: Music" has more mentions of Oxford and/or Music in its description, keywords, etc. than "Oxford Music" does and thus is shown higher on the results list.

kevinreiss commented 1 year ago

It seems like per @VickieKarasic's comment we can't really do much here.

beth-german commented 3 months ago

@kevinreiss will write new ticket that reflects feasible solution, this ticket will be closed.