↓ 3 callersMethodq_to_solr_params(
self,
q: str,
solr_fields: set[str],
cur_solr_params: list[tuple[str, str]],
openlibrary/plugins/worksearch/schemes/lists.py:66
↓ 3 callersFunctionsplitField* Converts a csv string to an array of strings * * Eg * - "a, b, c" -> ["a", "b", "c"] * - 'a, "b, b", c' -> ["a",
openlibrary/plugins/openlibrary/js/autocomplete.js:307