mediawiki-extensions-Visual.../modules/ve-mw/ui
Thiemo Kreuz 6bbf7d1907 Full fallback to prefixsearch when Cirrus returns nothing
There is already some kind of "fallback" to prefixsearch. We always
check if the top-1 prefixsearch result is part of the result set.
Because of this the current worst-case scenario is that only this
1 result is shown.

This patch implements a full fallback to prefixsearch. But only when
there are 0 CirrusSearch results. Further tuning might be done in
later patches.

Bug: T304925
Change-Id: I1927eedad60c9b9ac2021481a85376c08ccf6fdb
2022-03-29 13:17:05 +02:00
..
actions Move var declarations inline 2022-03-01 17:50:24 +00:00
commands Move var declarations inline 2022-03-01 17:50:24 +00:00
contextitems Remove delete button from template context 2022-03-20 18:09:31 +00:00
datatransferhandlers Move var declarations inline 2022-03-01 17:50:24 +00:00
dialogs Fix review button shown when review panel is already active 2022-03-21 11:37:58 +01:00
elements Use .bind() syntax where it makes code more readable 2022-02-21 10:34:03 +00:00
inspectors Move var declarations inline 2022-03-01 17:50:24 +00:00
pages Merge "Remove MWDismissibleMessageWidget and use MessageWidget's showClose option instead" 2022-03-17 11:43:33 +00:00
styles Fix template dialog parameter padding on mobile 2022-03-21 09:53:22 +01:00
tools Move var declarations inline 2022-03-01 17:50:24 +00:00
widgets Full fallback to prefixsearch when Cirrus returns nothing 2022-03-29 13:17:05 +02:00
ve.ui.MWAriaDescribe.js Make better use of the ARIA mixin 2021-11-18 15:21:47 +00:00
ve.ui.MWCommandRegistry.js
ve.ui.MWExtensionWindow.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWSequenceRegistry.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWSurface.js Add mw-show-empty-elt to MW surfaces 2021-11-19 16:08:53 +00:00
ve.ui.MWWikitextCommandRegistry.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWWikitextDataTransferHandlerFactory.js Move var declarations inline 2022-03-01 17:50:24 +00:00
ve.ui.MWWikitextSequenceRegistry.js
ve.ui.MWWikitextSurface.js Override default source mode font in placeholders too 2021-09-09 22:30:38 +02:00
ve.ui.MWWikitextTransferRegistry.js