chriseldredge / Lucene.Net.Linq

LINQ provider to run native queries on a Lucene.Net index
Other
151 stars 66 forks source link

PR for Fix for #83 Several types of query return no results #85

Closed rowandh closed 9 years ago

rowandh commented 9 years ago

Not sure what approach you'd want to take to resolving the broken queries, this should cover most cases.

I missed a few test cases in my initial PR - somehow skipped over the fact that this issue affects all queries and not just queries where DefaultSearchProperty is set.

chriseldredge commented 9 years ago

Thanks for the high quality PR summary and fix.