Why is the search inside snippets disabled??

Completed

Comments

5 comments

  • Official comment
    Avatar
    Rui Jiang

    GistBox searching within gists is actually just an illusion. Because files are loaded lazily from GitHub's server, it cannot actually search the file contents of gists which have not been browsed to yet.

    We actually had file-content search within Cacher for a while but users with large libraries noticed a significant slowdown since it had to do text matching across many thousands of lines of code. We opted instead to match against title, description and filename instead.

    Comment actions Permalink
  • Avatar
    04pallav

    Can you include that as an option for those who want it ? I don't mind slow speeds. 
    I dont remember the descriptions and filenames of the gists but i remember some keywords inside it. 

    It has become impossible for me to find the gist I want now. 

    It worked somehow "magically" in gistbox. I liked the illusion

    0
    Comment actions Permalink
  • Avatar
    Rui Jiang

    The next release will have a version of file content searching. Stay tuned.

    0
    Comment actions Permalink
  • Avatar
    Dmitriy Antonenko

    Please, can you give some hints how it works now.  This pattern doesn't work '<snippet-title>::<serching-value>'

    0
    Comment actions Permalink
  • Avatar
    Rui Jiang

    Hi Dmitriy, snippet matching searches across titles, descriptions and file contents. If you search for "<snippet title> <some file content>", matching snippets should appear high on the list.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk