diff options
-rw-r--r-- | python/fatcat/search.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/fatcat/search.py b/python/fatcat/search.py index b6826110..ac136cdd 100644 --- a/python/fatcat/search.py +++ b/python/fatcat/search.py @@ -18,7 +18,6 @@ def do_search(q, limit=50, fulltext_only=True): "query": { "query_string": { "query": q, - "analyzer": "textIcuSearch", "default_operator": "AND", "analyze_wildcard": True, "lenient": True, |