snowdrop / spring-data-snowdrop

Spring Data implementation for Hibernate Search, JPA (full-text), Infinispan, GAE, ...
Apache License 2.0
5 stars 4 forks source link

FUZZY in derived queries is implemented, but cannot be used #15

Open yrodiere opened 6 years ago

yrodiere commented 6 years ago

See me.snowdrop.data.hibernatesearch.core.query.Criteria#fuzzy: the method exists, but it's never called, so adding the "fuzzy" keyword in a method name will probably not work.

alesj commented 6 years ago

Yeah, Part.Type doesn't have FUZZY. I would leave it there, in case some day they do support it.