Confirmed users
537
edits
(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 | 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: |