discourse/app
cpradio 4b71fd253b Advanced Search UI
Properly support Categories so it updates the search box correctly

Use category id, as it is more consistent with search results than using the slugs, especially for parent/subcategory

Added Status

Improve AutoComplete so it can receive updates
Added the ability for AutoComplete to receive updates to badge-selector and group-selector

Respect null, which is set via web-hooks

Support both # and category: for category detection.

Only update the searchedTerms if they differ from its current value (this helps the Category Selector receive updates)

Opt in receive updates (#3)

* Make the selectors opt-in for receiving updates

* Opt-in to receive updates

* Fix category detection for search-advanced-options

Fix eslint error

Update user-selector so it can receive updates live too
Make the canReceiveUpdates check validate against 'true'

Converted to use template literals

Refactor the regex involved with this feature
Split apart the init to make it a bit more manageable/testable

Switch the category selector to category-chooser, so it is a dropdown of categories instead of auto-complete

Reduce RegEx to make this happier with unicode languages and reduce some of the complexity
2016-10-04 11:18:01 -04:00
..
assets Advanced Search UI 2016-10-04 11:18:01 -04:00
controllers Advanced Search UI 2016-10-04 11:18:01 -04:00
helpers FEATURE: new twitter_summary_large_image_url setting 2016-09-19 18:43:33 +05:30
jobs Upload Logos Step 2016-09-22 09:52:19 -04:00
mailers FIX: 'List-Unsubscribe' header wasn't added to emails sent when mailing_list_mode was enabled 2016-08-01 20:19:00 +02:00
models FEATURE: tag filter dropdown menu is scoped to user and category 2016-09-22 15:23:37 -04:00
serializers FEATURE: tag filter dropdown menu is scoped to user and category 2016-09-22 15:23:37 -04:00
services Track steps the user has completed, nag them to finish it. 2016-09-22 09:52:19 -04:00
views FIX: Hide full names on /about for crawlers when names are disabled 2016-09-26 16:31:39 -03:00