Bug 1111021
| Summary: | Translation Memory search option does not display all the occurrences of a term | ||
|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Julie Carbone <jcarbone> |
| Component: | Usability, TranslationEditor | Assignee: | Damian Jansen <djansen> |
| Status: | CLOSED UPSTREAM | QA Contact: | Zanata-QA Mailling List <zanata-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | damason, jcarbone, yshao, zanata-bugs |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-29 03:33:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Julie Carbone
2014-06-19 04:54:22 UTC
Might be something to do with the similarity algorithm. May be related to single word vs multiple word searches. Technical note: I have looked recently at the similarity percentage algorithm, there should be no difference in calculated scores between "mount" and "mount the" since "the" is considered a stop-word and is removed before comparison. The two most likely possibilities are: - lucene search returns less results for the shorter search, before we have access to do any similarity calculation. - many identical results are returned and combined to a single item. If this happens, the total result count will be less. Look at the detailed info for a match to see how many results it represents. I am still experiencing the same problem. Another example: Look up "version" in the TM This gives you only two results: --version Version Then look up "Memory size exceeds supported limit for given cluster version." in the TM. This gives you a choice of 6 strings. It would be helpful if the search of one word, like "version" here, could give us actual sentences where the term appears, rather than just a one-word TM result. Thank you Julie (In reply to Julie Carbone from comment #3) > I am still experiencing the same problem. Another example: > > Look up "version" in the TM > This gives you only two results: > --version > Version Please run that search again and let me know what number of matches there are for each. This is shown in the "#" column of the TM (just to the left of the Copy button). That will help figure out why there are so few matches being shown. Version: #9 --version: #1 (In reply to Julie Carbone from comment #5) > Version: #9 > --version: #1 So this looks like there are 10 results being found by the search, but most of them are "Version" with the same translation so they are all combined to a single row in the results. We should review the different stages of search and filtering, and try to make sure they return enough results for 10 or more rows to display in the results, regardless how many actual matches there are for each row. Another suggestion is to include a way to search for more results. For example, a button below the list of results to click that will search for more and add them to the list. Migrated; check JIRA for bug status: http://zanata.atlassian.net/browse/ZNTA-323 |