| Summary: | Workbench User Guide > Tasks > Accessing help > Searching help > Query Syntax - incorrect explanations of examples | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | John Franzini <JF.spam.address> | ||||
| Component: | User Assistance | Assignee: | Hao Zhang <zhhaohh> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | cgold, zhhaohh | ||||
| Version: | 3.5 | ||||||
| Target Milestone: | 3.7 M2 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
John Franzini
Vivian, can you make this change to the documentation? OK, Chris, I'll take it. Hi Chris, 1. For the 1st item, > Use double quotation marks around terms you want treated as a phrase. For example: > > "creating projects" > > returns topics that contain the entire phrase creating projects, and not creating or project on its own. I think it should be modified like this: > Use double quotation marks around terms you want treated as a phrase. For example: > > "creating projects" > > returns topics that contain the entire phrase creating projects, not topics containing creating and project on its own. 2. For the 2nd item, > Punctuation acts as term delimiters. For example: > > plugin.xml > > returns hits on topics that contain plugin.xml, plugin, and xml, which is likely broader than you want. If you want to find just those topics containing plugin.xml, use double quotes, as in: > > "plugin.xml" According to my understanding, it should be modified like this: > Punctuation acts as term delimiters. For example: > > plugin.xml > > returns hits on topics that contain plugin and xml, which is likely broader than you want. If you want to find just those topics containing plugin.xml, use double quotes, as in: > > "plugin.xml" Do I have the right understanding of this issue, Chris, can you have a review on that? If it is ok, I'll make the changes to documentation. Looks good but I would suggest that this wording would be more clear for the first change.
> returns topics that contain the entire phrase creating projects. Topics where the words creating and projects are not consecutive are not returned.
Created attachment 177380 [details]
Patch V1
Patch
Patch applied to HEAD, Fixed Patch applied to HEAD, Fixed |