Community
Participate
Working Groups
Build Identifier: Galileo and Helios > 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. This explanation is incorrect. "creating projects" without the double quotation marks will not return creating or projects on its own because there is an implied AND between all search terms as described in the first bullet of this section. > 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" Same comment for this bullet. Reproducible: Always
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