Hello @ipstenu
Thank you for using the plugin and for your valuable feedback—it truly means a lot to us coming from you.
We will definitely implement the WP CLI command feature and are already working on it.
As for multisite support, we absolutely love your suggestion to use the site URL in the index name to prevent accidental collisions. This is a fantastic idea, and we’ll be rolling it out in an upcoming update!
Once again, we sincerely appreciate your feedback. If you have any more suggestions, please keep them coming—they help us make the plugin even better! 💡😊
Regards,
Pono Press
I actually whipped up a CLI command (since my site kept timing out due to anti-abuse setups I have)
https://gist.github.com/Ipstenu/2680e340a3705590c7f5cf56ca9cf2cb
$ wp ipstenu yuto build-index post
Starting Importer. Found XXX posts ... 100% [=========================================================================================================================================] 0:44 / 0:43
Success: Import completed successfully.
Checked the index, and there it was 🙂 Code’s GPL, so please use as you see fit. And yes, it took under a minute for 1000+ posts.
That’s awesome! Huge thanks for whipping up the CLI command and sharing it with us.
We’ll definitely take a closer look at your implementation—really appreciate you making it GPL so we can incorporate.
Thanks again for your contribution—this will be super helpful for other users too with large sites.
If you have any other insights or tweaks, we’d love to hear them!
Regards,
Pono Press
Hello @ipstenu ,
Thank you once again for your valuable suggestions and sharing the code with with us.
We are excited to announce the release of version 0.1.0, which includes WP-CLI support. In addition to the command you provided, we’ve added new commands to delete and add specific documents by their IDs:
wp yuto add-documents post_type --ids=1,2,3
wp yuto delete-documents post_type --ids=1,2,3
As you suggested, we’ve implemented built-in support for multisite by appending the site URL to the index name, helping to prevent accidental deletions or indexing.
Please take a moment to check out the latest version and share your feedback.
We would love to hear any additional insights or suggestions you might have!
Regards,
Pono Press
We are excited to announce the release of version 0.1.0, which includes WP-CLI support. In addition to the command you provided, we’ve added new commands to delete and add specific documents by their IDs:
That’s so cool!
I’m rebuilding my server (because I broke it 😀 ) and I was using Meilisearch UI – https://github.com/riccox/meilisearch-ui – to act as a way to manage the instance.
That is very high nerd, though I wonder if you could pass in the URL and Key to automatically connect.
Hello @ipstenu ,
Apologies for the delayed response, and thank you for your patience!
This is our first time learning about this project, and it looks quite interesting. We’ll take a closer look and explore it further. Regarding your question about passing the URL and key for automatic connection, we’ll investigate and get back to you if we find any solutions.
Regards,
Pono Press