Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

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 this issue Jul 2, 2018 · 2 comments

Comments

@rlskoeser
Copy link
Contributor

rlskoeser commented Jul 2, 2018

Notes for testing

  • Basic keyword and phrase search across book metadata. Should search on the following fields:
    • title
    • short title
    • authors
    • publication year
    • editor
    • translator
    • original publication info
    • publisher name
    • publisher place
    • subjects
    • annotator name
    • notes
  • If you enter multiple words, it will return documents that match any of those terms; with relevance sorting, best matches should be displayed first
  • use quotes to search on exact phrase, or wildcard * to do partial word matching.
@rlskoeser rlskoeser added this to the Book search and browse milestone Jul 2, 2018
@rlskoeser rlskoeser self-assigned this Jul 2, 2018
meg-codes pushed a commit that referenced this issue Jul 3, 2018
* Index author for sorting #70

* Search form and view updates for book keyword search and sort #70 #84

* Add option to clear index before reindexing

* Test index data for sort author #70

* Break book tests out into sub modules

* Test radio button and book search form init and sort fields

* Add book content type method to avoid accessing _Meta outside class

* Test keyword search; fix error handling & display parse error #84

* Test book list sort options #70

* Test clear index option on index manage command

* Change the SOLR_VERSION that is actually used

* Revise book sort options per design spec #70

* Test clear index option via command line flag
@stone-julia
Copy link

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
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants