Thank you for making MeiliSearch. I use it for a personal project that gets a few hits a day, mostly from me and my friends.<p><a href="https://pulpflakes.com/fmisearch/" rel="nofollow">https://pulpflakes.com/fmisearch/</a><p>It's a search over an index of fiction in the English language, first published in periodicals. Searchable by author, artist, magazine name and specific issue. Biggest index has about 200K documents, doc sizes are tiny.<p>Integrated with my WordPress site by handwritten PHP. Which was fun.<p>Performance is great. I didn't run into too many issues, and those I did i could resolve. What i remember:<p>1. The rules for text searches are too strict by default and if the order of words is different, will result in no matches. A, B will not return a result if B A is in the database.<p>2. Creating an index, uploading documents and changing settings required quite a bit of work. A week's worth of coding, almost. Would have loved to have a reasonably robust shell script that could take a JSON file with metadata on index and do the grunt work.<p>3. I have multiple types of documents, would have liked search to cover all of them so I don't have to change search type manually each time.<p>4. The default number of documents and max uploaded file size is too low. 200K and 200 MB or something. But it fails even on smaller file size.<p>The above sound like complaints. They're problems I ran into and others might. I love how productive Meilisearch made me. Thank you.