|
|
@@ -31,7 +31,8 @@ class _QueryParser(object): |
|
|
|
self._parse_modified: ["m", "mod", "modified", "modify"], |
|
|
|
self._parse_created: ["cr", "create", "created"], |
|
|
|
self._parse_symbol: ["s", "sym", "symb", "symbol"], |
|
|
|
self._parse_function: ["f", "fn", "fun", "func", "function"], |
|
|
|
self._parse_function: ["f", "fn", "fun", "func", "function", |
|
|
|
"meth", "method"], |
|
|
|
self._parse_class: ["cl", "class", "clss"], |
|
|
|
self._parse_variable: ["v", "var", "variable"], |
|
|
|
self._parse_namespace: ["n", "ns", "namespace", "module"], |
|
|
|