Skip to content

Instantly share code, notes, and snippets.

@tehsven
Created February 6, 2019 23:26
Show Gist options
  • Save tehsven/64091b1f3429f7e25f0b8b8ec3714012 to your computer and use it in GitHub Desktop.
Save tehsven/64091b1f3429f7e25f0b8b8ec3714012 to your computer and use it in GitHub Desktop.
# Full Term Searching
index = SearchIndex.new
index.add(0, "some more examples")
index.search("exam")
=> returns nothing
index.search("examples")
=> returns Document 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment