diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-02-09 01:23:01 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-02-09 01:23:01 +0100 |
| commit | d11a873d4012b2aaa710b8aa4a3300de4c01c324 (patch) | |
| tree | b330e25f5b784b3f47510d7651b90e94675c7001 | |
| parent | a641971a6f1be82e16c7e969c91148cc1c83c31b (diff) | |
[enh] chainable query modifiers
| -rw-r--r-- | searx/search.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/search.py b/searx/search.py index 29556bb43..09ec14f05 100644 --- a/searx/search.py +++ b/searx/search.py @@ -102,3 +102,4 @@ class Search(object): if not engine in self.blocked_engines) if modified: self.query = self.query.replace(query_parts[0], '', 1).strip() + self.parse_query() |