Closed
Bug 1219908
Opened 9 years ago
Closed 7 years ago
[translate] Split search query into words, match objects containing each of them
Categories
(Webtools Graveyard :: Pontoon, defect, P3)
Webtools Graveyard
Pontoon
Tracking
(firefox45 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: mstanke, Assigned: vishalcr7, Mentored)
Details
Attachments
(1 file)
It would be nice to be able to search in all project the same style as Transvision provides for HG repositories, Firefox for iOS and Mozilla.org - not only by percentage match, but matching all words by '... LIKE "%word1%" or LIKE "%word2%"' query.
Updated•9 years ago
|
Priority: -- → P3
Summary: Pontoon is missing single word terminology search → [terminology] Pontoon is missing single word terminology search
Comment 1•9 years ago
|
||
We need to figure out where in the UI we should put this and if we can combine it with the Machinery somehow.
We should also make links from internal pontoon translation memory suggestions in machinery point to search like this. See bug 1215790.
Updated•9 years ago
|
Summary: [terminology] Pontoon is missing single word terminology search → [terminology] Split search query into words, match objects containing each of them
Comment 2•8 years ago
|
||
In pontoon, I have not found one more feature which is extremely to locate source string, target string and search by location, comments, exact match.
It would be good to have that feature.
Updated•7 years ago
|
Summary: [terminology] Split search query into words, match objects containing each of them → [translate] Split search query into words, match objects containing each of them
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
I'd leave Machinery out of this for now, as it's moslty external services (+ TM), which search for the entire string and we cannot change that.
For the search in the translate view, I'd default to 'full text search' by default and only search the entire string if keyword is put in quotes.
Comment 5•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/pontoon
https://github.com/mozilla/pontoon/commit/322b95b38b8379c4c5dcd691ad9f11c0abeb7773
Fix bug 1219908: Search word by word (#888)
Change default search behaviour to search for each word separately and
show results that contain all of them. That's closer to the default
behaviour of search engines.
Example: beta firefox
Finds strings that contain "Firefox Beta".
To search for exact matches of multiple words, you can wrap them in
double quotes. If you wrap the entire string into double quotes, the
search behaviour is the same as in the past.
Example: Open "New Window"
Finds string "Open in a New Window".
If you want to search for strings that contain double quotes, you can
escape them with \.
Example: <a href="%(url)s">
Searches for `<a`, `href=`, `%(url)s` and `>`.
Example: <a href=\"%(url)s\">
Searches for `<a` and `href="%(url)s">`.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•