mongo-csharp-search icon indicating copy to clipboard operation
mongo-csharp-search copied to clipboard

C# driver extension providing support for Atlas Search

Results 8 mongo-csharp-search issues
Sort by recently updated
recently updated
newest added

Any news on when support for embeddeddocument will be added. I could really do with this for my project. Many thanks. Russ

I'm trying to do a search on a DateTime field that's earlier than a defined value (like 01/01/2020), using **RangeDateTime**(). But for the sytax to work, I was forced to...

I am trying to implement the following query but having trouble This is the query `{ "$search" : { "compound":{ "filter" : { "compound":{ "should" : [ { "autocomplete" :...

Hi, this is more a question than an issue. I've started to play with Atlas and its search engine. In my scenario I have a document like this: ```csharp public...

With search autocomplete if the query is an empty string then crashes I feel this is not the right thing

Hello, If I wanted to include an Expression in the search as it is suggested not to add a match stage2, is this possible? How would I convert the Expression...

If I have a compund search with Should and autocomplete and I add a Must then the autocomplete part doesnt work So this doesnt work and delivers only the Must...

Hi, i made a quick extension to support the lucene query syntax: https://github.com/SebastianStehle/MongoSearchTest Perhaps it is of interest.