Searching#
Support for searching ESAFs & Proposals.
Support text search of ESAFs and Proposals using the Whoosh package.
Search ESAFs & Proposals for text. |
- class apsbss.text_search.SearchEngine[source]#
Search ESAFs & Proposals for text.
index_esafs
(esafs)Index a list of ESAFs.
index_proposals
(proposals)Index a list of proposals.
search
(query[, default_key])Return a list of hits matching the query.