Searching#

Support for searching ESAFs & Proposals.

SearchEngine()

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.

index_esafs(esafs: list) None[source]#

Index a list of ESAFs.

index_proposals(proposals: list) None[source]#

Index a list of proposals.

search(query, default_key='full') list[source]#

Return a list of hits matching the query.