Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"find" is not finding a term when not specifying abilities when it should #4086

Open
alvaroc1 opened this issue Jun 12, 2023 · 1 comment
Open

Comments

@alvaroc1
Copy link
Contributor

Version: release/M4i-1111-g2a3a54add6

.alvaroc1.public.midi> find.global : Bytes -> TrackChunk

  :point_up:
  
  I couldn't find exact type matches, resorting to fuzzy matching...


  :no_mouth:
  
  No results. Check your spelling, or try using tab completion to supply command arguments.
  

.alvaroc1.public.midi> find.global : Bytes ->{Exception} TrackChunk

  1. codec.parseMTrkChunk : Bytes ->{Exception} TrackChunk
@aryairani
Copy link
Contributor

When we build the index, we can add the exact type and also an ability-stripped version of the type.

Also: Are our indexes paying their way at all? What is flitering the global index is actually slower than doing a linear scan of the things actually in our project / current namespace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants