zulip/zerver/tests/frontend
Steve Howell 957486cc95 Fix support for searches like "in:home search:foo".
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)
2014-03-05 14:56:35 -05:00
..
casperjs [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
node Fix support for searches like "in:home search:foo". 2014-03-05 14:56:35 -05:00
tests Show the new bot's default stream settings in the edit view 2014-03-05 14:16:19 -05:00
.gitignore [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
common.js Show the new bot's default stream settings in the edit view 2014-03-05 14:16:19 -05:00
run Use os.path directly rather than sometimes importing it separately. 2013-10-28 15:44:13 -04:00