Files
zulip/static/js
akshatdalton 76afb31196 filter: Show typeahead suggestions if search query has search filters.
In message header search bar, users didn't use to get any typeahead
suggestions if a normal filter follows search filter.

E.g.: query => foo bar stream:D

In the above case, users didn't use to get any typeahead suggestions.
This was because we had set that the callers of 'parse' function can
assume that the 'search' operator is present in the last in the query.
Because of which `get_search_result` function (in search_suggestion.js)
didn't use to show any typeahead suggestions as it used to assume that
the latest typed query is for search filters.

Fixes part of #19435.
2021-11-29 16:20:29 -08:00
..
2021-04-26 09:27:49 -07:00
2021-07-05 17:04:06 -07:00
2021-11-01 11:07:01 -07:00
2021-11-22 18:29:45 -08:00
2021-10-19 16:51:13 -07:00
2021-05-18 17:33:51 -07:00