diff options
Diffstat (limited to 'python/fatcat_web/search.py')
-rw-r--r-- | python/fatcat_web/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 5b8fed8f..41009e19 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -16,7 +16,7 @@ def do_search(q, limit=50, fulltext_only=True): limit = 100 if fulltext_only: - q += " file_in_ia:true" + q += " in_web:true" search_request = { "query": { |