Disable the locate method for now, find/walk and zeitgeist should be
enough.
This commit is contained in:
parent
117bcb7aa3
commit
8da39ba6d5
@ -1,6 +1,15 @@
|
||||
:OpenBSD$
|
||||
--- catfish/CatfishSearchEngine.py.orig Sun Sep 21 23:34:50 2014
|
||||
+++ catfish/CatfishSearchEngine.py Sat Apr 4 17:59:10 2015
|
||||
+++ catfish/CatfishSearchEngine.py Sat Apr 4 18:02:48 2015
|
||||
@@ -69,7 +69,7 @@ class CatfishSearchEngine:
|
||||
"""CatfishSearchEngine is the collection of search backends that are used
|
||||
to perform a query. Each backend is a CatfishSearchMethod"""
|
||||
|
||||
- def __init__(self, methods=['zeitgeist', 'locate', 'walk']):
|
||||
+ def __init__(self, methods=['zeitgeist', 'walk']):
|
||||
"""Initialize the CatfishSearchEngine. Provide a list of methods to
|
||||
be included in the search backends. Available backends include:
|
||||
|
||||
@@ -463,9 +463,8 @@ class CatfishSearchMethod_Locate(CatfishSearchMethodEx
|
||||
def __init__(self):
|
||||
"""Initialize the Locate SearchMethod."""
|
||||
|
Loading…
Reference in New Issue
Block a user