zulip/frontend_tests/node_tests
vaibhav 35c1272525 Include stream description matches in filter results.
User search for streams will now return results where the stream
description (but not the stream name) include the string in the
user query.

The filtering process first obtains the streams whose names match the
user search query, then sorts and displays them. From the remaining
streams, it obtains streams whose description matches the query and
displays them in sorted order after the name match results. Other
streams are not displayed.

Fixes: #2674.
2017-02-20 06:56:59 -08:00
..
activity.js huddles: Calculate huddle strings more robustly. 2017-02-06 22:38:22 -08:00
alert_words.js refactor: Remove last uses of page_params.email in JS code. 2017-01-21 21:45:12 -08:00
bot_data.js refactor: Remove last uses of page_params.email in JS code. 2017-01-21 21:45:12 -08:00
composebox_typeahead.js refactor: Use user_id as key for pm_recipient_count. 2017-02-06 22:38:22 -08:00
dict.js eslint: change quote-props from off to error and fix violations. 2016-12-02 18:35:53 -08:00
dispatch.js Use user_id in admin_user_list.handlebars. 2017-02-14 23:07:44 -08:00
echo.js build_emoji: Generate emoji names and codepoints from emoji_map. 2017-01-28 17:05:32 -08:00
filter.js Create filter.update_email(). 2017-02-14 23:25:22 -08:00
hashchange.js Make nicer slugs for "sender" narrows. 2017-01-19 14:54:50 -08:00
i18n.js Change "Reply" to "Quote and reply" in message popover 2017-02-11 14:51:55 -08:00
message_edit.js deps: Move xdate from static/third to npm 2017-01-19 17:07:55 -08:00
message_list_view.js Move small_avatar_url() to people.js. 2017-01-21 21:45:12 -08:00
message_list.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
message_store.js Use user's current full name when rendering messages. 2017-01-30 11:49:19 -08:00
muting.js muting: Refactor to move side effects into UI layer. 2017-02-11 08:36:39 -08:00
narrow.js Create narrow.update_email(). 2017-02-14 23:25:22 -08:00
password.js Add node tests for password checks. 2017-01-10 04:55:41 -08:00
people.js Add people.update_email_in_reply_to() helper. 2017-02-10 21:57:50 -08:00
pm_list.js Extract frontend_tests/node_tests/pm_list.js. 2017-01-30 11:49:19 -08:00
search_suggestion.js search_suggestion: Suggest multiple people in pm-with searches. 2017-02-07 14:13:29 -08:00
server_events.js lint: Fix several no-unused-vars eslint rule violations. 2016-12-03 18:43:47 -08:00
settings.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
stream_color.js eslint: change space-before-function-paren from warning to error. 2016-12-05 09:50:37 -08:00
stream_data.js Add stream_data.delete_sub(). 2017-02-17 15:49:43 -08:00
stream_list.js Extract frontend_tests/node_tests/pm_list.js. 2017-01-30 11:49:19 -08:00
subs.js Include stream description matches in filter results. 2017-02-20 06:56:59 -08:00
templates.js Add frontend to show message edit history. 2017-02-19 17:41:06 -08:00
topic_list.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
typeahead_helper.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
unread.js Update PM unread counts more dynamically in the client. 2017-02-14 23:25:22 -08:00
user_events.js Live-update PM list for full-name changes. 2017-01-30 11:49:19 -08:00
util.js compose: Trim trailing whitespace in messages. 2017-02-11 23:01:22 -08:00