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

Sort search result for best match AND(OR) add case sensitive search #679

Closed
Yanpas opened this issue Jan 7, 2017 · 7 comments
Closed

Sort search result for best match AND(OR) add case sensitive search #679

Yanpas opened this issue Jan 7, 2017 · 7 comments

Comments

@Yanpas
Copy link

Yanpas commented Jan 7, 2017

Steps To Rerproduce:

  1. Download Haskell docset
  2. Try to locate ST
  3. Your search result will be spoiled with some garbage that have "st" in it's name and there will be no ST, cause results are limited by N strings.

Ways to improve sitaution:

  • make case sensitive search optional
  • sort results
@mcomella
Copy link

One possible workaround, if you have multiple docsets: you can filter by a single docset by typing "docset:", e.g. "java:ArrayList". In Haskell's case, perhaps it's "haskell:"?

@mcomella
Copy link

I expect this to be fixed by #614, which was merged to master at the end of October (see also discussion on #603).

@Yanpas
Copy link
Author

Yanpas commented Jan 19, 2017

I've already entered haskell:, but there are still too many results

@wolph
Copy link

wolph commented May 9, 2017

Not sure if #614 has been released yet but if it is, it's not working yet.

Here's another example:

  1. Download Python docset
  2. search for type
  3. Near the bottom you can find the type() calls

image

@trollixx
Copy link
Member

@wolph Not yet, please wait for 0.4.0 or use a CI build.

@wolph
Copy link

wolph commented Jun 13, 2017

Thanks, I'll try that. Or perhaps build it myself

@lock
Copy link

lock bot commented Sep 16, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Sep 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

4 participants