|
|
|
|
|
by qdequelen
1334 days ago
|
|
Hello, I'm the Meilisearch CEO, your issues could be because you sent your data without configuring your index, and it's what I read from your comment. Just change your setting to not index URLs. Check out the doc:
https://docs.meilisearch.com/reference/api/settings.html#upd...
With the payload:
`["title", "descriptionHTML"]` It will change everything! |
|
I’m going to change the configuration and see how that goes.
One thing I’d love help with (that would make an awesome recipe section for your docs site) are the best practices around bulk insertion! I couldn’t tell if there was an actual benefit to using addDocuments() vs addDocumentsInBatches().