I have a class with a boolean property.
I want to exclude instance with a false value from search result.
What is the best way to do that with Fluent NHibernate Search ?
I have a class with a boolean property.
I want to exclude instance with a false value from search result.
What is the best way to do that with Fluent NHibernate Search ?
I think you have 3 ways of doing that
Using full text filter seems to be the best solution. Unfortunately, it's not implemented in Fluent Nhibernate Search. I found a hack and hope to be able to contribute adding this feature.