1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/search/engineextension
Aviv Eyal d8f2630d5c Modernize QuickSearch typeahead
Summary:
Use ClassQuery to find datasources for the quick-search.

Mostly, this allows extensions to add quicksearches.

Test Plan:
using `/typeahead/class/`, tested several search terms that make sense.
Removed the tag interface from a datasource, which removed it from results.

Reviewers: epriestley, amckinley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18760
2017-11-30 15:07:49 +00:00
..
PhabricatorFerretFulltextEngineExtension.php Allow the Ferret engine to remove "common" ngrams from the index 2017-10-03 13:27:42 -07:00
PhabricatorFerretSearchEngineExtension.php Unprototype the Ferret UI fields 2017-09-11 18:04:25 -07:00
PhabricatorFulltextIndexEngineExtension.php When "cluster.search" changes, don't trust the old index versions 2017-04-02 13:45:48 -07:00
PhabricatorHovercardEngineExtension.php Move PhabricatorHovercard to PHUIHovercard 2016-02-03 16:26:30 +00:00
PhabricatorHovercardEngineExtensionModule.php Redesign Config Application 2016-08-29 15:49:49 -07:00
PhabricatorIDsSearchEngineExtension.php Clean up "ids" and "phids" handling in SearchEngines 2015-12-14 04:24:54 -08:00
PhabricatorLiskFulltextEngineExtension.php Separate fulltext engine extensions into "enrich" and "index" phases 2017-09-01 09:40:11 -07:00
PhabricatorLiskSearchEngineExtension.php Allow *.search Conduit API methods to have data bulk-loaded by extensions 2016-07-31 11:15:18 -07:00
PhabricatorNgramsIndexEngineExtension.php Implement basic ngram search for Owners Package names 2015-12-22 08:00:33 -08:00
PhabricatorQuickSearchEngineExtension.php Modernize QuickSearch typeahead 2017-11-30 15:07:49 +00:00
PhabricatorSearchEngineAttachment.php Implement an "Attachments" behavior for Conduit Search APIs 2015-12-14 11:53:00 -08:00
PhabricatorSearchEngineExtension.php Allow *.search Conduit API methods to have data bulk-loaded by extensions 2016-07-31 11:15:18 -07:00
PhabricatorSearchEngineExtensionModule.php Redesign Config Application 2016-08-29 15:49:49 -07:00
PhabricatorSearchIndexVersionDestructionEngineExtension.php Allow index extensions to skip indexing if the object has not changed 2015-12-21 17:27:14 -08:00
PhabricatorSearchNgramsDestructionEngineExtension.php Implement basic ngram search for Owners Package names 2015-12-22 08:00:33 -08:00