Xcode Documentation Search Returns Duplicate/Irrelevant Entries
| Originator: | kristopherdjohnson | ||
| Number: | rdar://10957935 | Date Originated: | 2/29/2012 |
| Status: | Duplicate/9100731 | Resolved: | |
| Product: | Developer Tools | Product Version: | 4.3 |
| Classification: | UI/Usability | Reproducible: | Always |
29-Feb-2012 06:02 PM Kristopher Johnson: Summary: When using Xcode's Organizer window's Documentation search box, the results will contain duplicate entries, and entries that are not relevant to the platform the developer is targeting. It would be nice if the user could disable searches for irrelevant documentation, or if the search used contextual information to filter the search results. Steps to Reproduce: In Documentation search box, enter "NSString". The results returned will include the NSString page from iOS 5.0 Library and the NSString page from Mac OS X 10.7 Core Library. These two pages are practically identical. Then, in the search box, enter "drawRect". Results contain information relevant to iOS (UIView) and for OS X (NSView, NSRulerMarker, ScreenSaverView). User has to wade through these to figure out which ones are important. Expected Results:There should be a preference to disable searching through irrelevant documentation (e.g., an iOS-only developer should be able to hide the OS X docs), or Xcode should be able to pick the most relevant results (e.g., if user has an iOS project open, then IOS docs should appear exclusively, or at the top of the list). Actual Results: User gets too much information. Regression: Notes:
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!