Princeton-CDH / winthrop-django

Django web application for the Winthrop Family on the Page project
https://princeton-cdh.github.io/winthrop-django/
Apache License 2.0
2 stars 1 forks source link

As a user, I want to search books by keyword and phrase in book metadata so that I can find Winthrop books that match my interest. #84

Open rlskoeser opened 6 years ago

rlskoeser commented 6 years ago

Notes for testing

stone-julia commented 6 years ago

Searched astr* which successfully returned 15 books related to astrology and astronomy. Searched 1631 which returned 9 books, either published in 1631 or with authors who were born or died in 1631. Searched erasmus which returned 3 books by Erasmus. Searched glauber tractatus, sorted by relevance, which returned 25 books, the first 5 with tractatus in the title and glauber as the author. Searched "triga chemica" which returned only 1 book, which had that title.

I believe this shows that all of these functions are working well! This is a really great, versatile tool.

rlskoeser commented 6 years ago

Reopening to add other fields that should be included in keyword search per project team feedback.