Merge branch 'master' of gitea.d4m13n.dev:damien/meilisearch.NET

This commit is contained in:
Damien 2025-03-01 14:42:52 -05:00
commit 3d5b7db864

View File

@ -102,6 +102,8 @@ public class SearchService
};
_searchService.AddDocument("products", product);
//_searchService.AddDocument("products", product, true); if you set the third parameter, which is autocommit, to true, it will ignore batching.
}
}
```