Merge branch 'master' of gitea.d4m13n.dev:damien/meilisearch.NET
This commit is contained in:
commit
3d5b7db864
@ -102,6 +102,8 @@ public class SearchService
|
|||||||
};
|
};
|
||||||
|
|
||||||
_searchService.AddDocument("products", product);
|
_searchService.AddDocument("products", product);
|
||||||
|
|
||||||
|
//_searchService.AddDocument("products", product, true); if you set the third parameter, which is autocommit, to true, it will ignore batching.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user