Non-top-level atoms like methods currently get indexed, which means queries for strings like loadHandles return a large number of results. These results aren't useful to anyone (even if you're looking for the method documentation), particularly because they aren't distinguishable. The best fix is probably some combination of:
- Only index top-level atoms (e.g., in PHP, classes and functions).
- If indexing methods, only index original definitions.
- Provide more context in results.
Original Description
This is not useful:
I should be able to select "Not: Diviner Atom" so the search results are more useful.