Shannon Deminick
Shannon Deminick
The other issue is really the Fluent API with "Not" becomes a little bit misleading since Or().GroupedNot would never make sense since that won't filter out anything. The Not functionality...
Ah, i see the work around is in tests because it casts to this type: `criteria = (LuceneSearchQuery)searcher.CreateQuery();` not ideal. I'll see what can be done correctly but won't be...
When fields are typed (like numbers, etc...) they must be searched on accordingly otherwise lucene doesn't know what you are searching on which is why `.GroupedNot(new[] { "completedByCount" }, new[]...
Hi @NikRimington, I've pushed tests here https://github.com/Shazwazza/Examine/blob/dev/src/Examine.Test/Search/FluentApiTests.cs#L680 and the result is correct. So either this issue is resolved in Examine, or I'm not setting up this test correctly. Any chance...
The docs could be updated to include this info, please feel free to create a PR to update the docs (it's very easy to do). The searching docs: https://shazwazza.github.io/Examine/searching has...
Yes you can definitely search on multiple fields. The FluentApiTests are here https://github.com/Shazwazza/Examine/blob/dev/src/Examine.Test/Examine.Lucene/Search/FluentApiTests.cs There are tons of different searching examples there. The docs could definitely use some more love and...
> My question is, is there a way to configure Smidge to not combine/minify files in development mode when you are creating a bundle? By default Smidge doesn't minify or...
Any chance you can verify if this works/doesn't work if you are not using your own controller/routes?
Smidge does some heavy caching of files. Once the composite file is create, it is written to disk and once that happens it is simply served directly from disk for...
Good find! I think we'll need to add an exception in this case to make it obvious