TheStanfordDaily / archives-web

Helper functions and web app for METS/ALTO archive viewing.
https://archives.stanforddaily.com
6 stars 2 forks source link

Improve cloudsearch add fields #67

Closed ufxela closed 4 years ago

ufxela commented 4 years ago

Cloudsearch searching can now be more specific. #19 #56 #57 #64 #65 and part of #37 ("Be able to search everything with an empty query")

One limitation is that the link from dates just links to the year of the date (and not month/day, since we can't query by those, yet).

A issue (I think this is a problem with cloudsearch somehow, and maybe out of our control) is some queries don't return correct results. For example, if you search "Tiger Woods" in article text, you see that "Kabir Sawhney" is an author, but if you search "Tiger Woods" in the article text field, in combination with "Kabir Sawhney" in the author field, you won't get any results.

ufxela commented 4 years ago

07fb59348c3b87c02cca63bd6c3891bcbd4df8de fixes #73 and #71 (which ended up being the same issue) as well as the tiger woods/kabir thing mentioned in the comment of the PR