We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d829ef7 commit 1157cddCopy full SHA for 1157cdd
1 file changed
src/pybool_ir/cli/__main__.py
@@ -392,7 +392,7 @@ def validate(self, query):
392
required=False,
393
help="whether to display stored fields or not"
394
)
395
-def pubmed_search(index_path: Path, store_fields: bool):
+def ctgov_search(index_path: Path, store_fields: bool):
396
from pybool_ir.index.ctgov import ClinicalTrialsGovIndexer
397
from pybool_ir.query.essie.parser import EssieQueryParser
398
from prompt_toolkit import PromptSession
@@ -401,8 +401,6 @@ def pubmed_search(index_path: Path, store_fields: bool):
401
402
parser = EssieQueryParser()
403
404
- print(parser.parse_ast("test"))
405
-
406
class QueryValidator(Validator):
407
def validate(self, query):
408
text = query.text
0 commit comments