mirror of https://github.com/zulip/zulip.git
72816b9408
The 3 changes made here are as follows: * The if block for both the functions is simplified as `Filter.parse` will always return an array and also [].slice(0, -1) === [] is true. * The code where `base_operators` is declared is moved to just before where it is actually used. * The `base` variable declaration is changed to match the pattern of that present in the non-legacy function. Its value remains the same. This is a prep commit for when we want to merge the `get_search_result_legacy` and `get_search_result` functions. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.eslintrc.json | ||
.gitignore | ||
favicon.ico |