fuzzy_tools icon indicating copy to clipboard operation
fuzzy_tools copied to clipboard

Fuzzy document finding in Ruby

Results 3 fuzzy_tools issues
Sort by recently updated
recently updated
newest added

This fixes an Argument exception ``` ArgumentError: comparison of Array with Array failed ~/.rvm/gems/ruby-2.4.2/gems/fuzzy_tools-1.0.0/lib/fuzzy_tools/index.rb:25:in `sort_by' ~/.rvm/gems/ruby-2.4.2/gems/fuzzy_tools-1.0.0/lib/fuzzy_tools/index.rb:25:in `all_with_scores' ~/.rvm/gems/ruby-2.4.2/gems/fuzzy_tools-1.0.0/lib/fuzzy_tools/core_ext/enumerable.rb:16:in `fuzzy_find_all_with_scores' ```

very simply, when I am searching for: "My Search String" and there is a perfect match in the corpus provided, I am getting return no results. However, with a single...

Hi I'm testing out this handy gem, hope you're still considering active development? Anyway, I'm getting a warning with Ruby 2.3.1: ``` In file included from /home/deploy/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby.h:33:0, from /home/deploy/.ruby_inline/ruby-2.3.0/Inline_FuzzyTools__WeightedDocumentTokens_a329c30e0075fa4cebaee897338b8713.c:1: /home/deploy/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/fuzzy_tools-1.0.0/lib/fuzzy_tools/weighted_document_tokens.rb:...