Firefox/Input/Trigger suggester: Difference between revisions

tweak the text about prefix matching for versions
(overhaul phase 1 details)
(tweak the text about prefix matching for versions)
Line 94: Line 94:
This would match all feedback where the locale was "es" OR "pt" AND the product was "Firefox" OR "Firefox for Android" AND the word "word1", "word2", "word3" OR phrase "this is a phrase" appeared in the description.
This would match all feedback where the locale was "es" OR "pt" AND the product was "Firefox" OR "Firefox for Android" AND the word "word1", "word2", "word3" OR phrase "this is a phrase" appeared in the description.


Versions might be tricky since we don't always get version information. For now, we'll treat them like locales and products and when you write up the trigger, you'll need to specify all permutations of the version. In a later phase, we can do prefix matching (e.g. something like "40*" would match "40", "40.0", "40.0.1", ...).
Versions might be tricky since we don't always get version information. For now, we'll treat them like locales and products, but also allow for prefix matching with a syntax like "40*" which would match all versions that start with the string "40".


URL checking will be pretty basic for now and have three modes:
URL checking will be pretty basic for now and have three modes:
Confirmed users
537

edits