Methodq_to_solr_params(
self,
q: str,
solr_fields: set[str],
cur_solr_params: list[tuple[str, str]],
openlibrary/plugins/worksearch/schemes/authors.py:63
Methodq_to_solr_params(
self,
q: str,
solr_fields: set[str],
cur_solr_params: list[tuple[str, str]],
openlibrary/plugins/worksearch/schemes/subjects.py:48
Methodread_subject >>> list(read_subject("A,B,C,B")) == [u'A', u'B', u'C'] # str True >>> list(read_subject(r"A,B,C,B")) == [u'A',
openlibrary/plugins/upstream/addbook.py:711