Update README.md
All checks were successful
build-packages / meilisearch-dotnet-packages (push) Successful in 5m58s
All checks were successful
build-packages / meilisearch-dotnet-packages (push) Successful in 5m58s
This commit is contained in:
parent
430e1d8617
commit
47abd5b838
@ -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