mirror of https://github.com/zulip/zulip.git
957486cc95
Previously, if you searched for "in:home search:foo", we weren't making "in:home" a public operator, so the back end wouldn't know to exclude muted messages, but the front end also wouldn't exclude muted messages, because it assumed that queries with "search:" in them were fully narrowed by the back end. Prior commits made it so that the back end is now capable of doing "in:home" narrowing, so to get the properly narrowed results, we simply needed to make in:home be a public operator in this commit. We also made in:all be public for convenience, although it's essentially a no-op. (imported from commit e4a8b10813b50163c431b1721bd316b676be1b83) |
||
---|---|---|
.. | ||
casperjs | ||
node | ||
tests | ||
.gitignore | ||
common.js | ||
run |