Skip to content

v0.5.0

Choose a tag to compare

@dimamik dimamik released this 25 May 15:59
· 21 commits to main since this release
3eca10e
  • Similarity search type now defaults to :word_similarity instead of similarity.
  • Possible similarity/5 search types are updated to be prefixed with similarity to replicate 1-1 these in pg_trgm extension.
Torus.similarity(query, [p], [p.title], "hoggwarrds", type: :word_similarity)
  • Now all Torus functions have a section for optimization