Definition at line 241 of file query.py.
◆ __call__()
searx.query.FeelingLuckyParser.__call__ |
( |
| self, |
|
|
| raw_value ) |
Try to parse raw_value: set the self.raw_text_query properties
return True if raw_value has been parsed
self.raw_text_query.autocomplete_list is also modified
if self.enable_autocomplete is True
Reimplemented from searx.query.QueryPartParser.
Definition at line 246 of file query.py.
246 def __call__(self, raw_value):
247 self.raw_text_query.redirect_to_first_result = True
248 return True
249
250
References searx.query.QueryPartParser.raw_text_query.
◆ check()
searx.query.FeelingLuckyParser.check |
( |
| raw_value | ) |
|
|
static |
The documentation for this class was generated from the following file:
- /home/andrew/Documents/code/public/searxng/searx/query.py