caneara / quest

A pseudo fuzzy-searching library for Laravel database queries.
MIT License
109 stars 15 forks source link

Matching extra characters #8

Closed iambateman closed 1 year ago

iambateman commented 1 year ago

First of all, great package...thanks!

I'm having an issue with extra characters and slight misspellings. I wasn't sure if this was expected behavior:

Matching for guacamole...if I type:

Am I doing something wrong?

mattkingshott commented 1 year ago

Hey there.

Can you show me your actual query? Thanks!

iambateman commented 1 year ago

Sorry to bug you...I figured it out.

It looks like it was matching, but it was returning a _fuzzyrelevance much lower than I expected. Thanks!