Ubeyd
Tool, resource to test the search algorithm I wrote systematically
In my Nuxt/Vue/Postgresql project, I wrote a custom search to search against some string and number fields in my DB. It seems to be working fine. I have done quite some tests.
But, I am curious to know is there any tool or any kind of resource I can use to test it systematically? It can be an automated tool or a documentation.
Thanks for your input.
1 replies
Search feature
Hi everyone, I am looking into different options for implementing a simple search functionality in my Nuxt application, please let me know if you have experience implementing one without major problems. Thanks a lot in advance.
I looked a bit into these but I haven't been able make my mind up yet:
1- https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/vue/
2- https://www.fusejs.io/
3- https://nuxt-swiftsearch.netlify.app/
4- https://www.meilisearch.com/docs
5- https://algolia.nuxtjs.org/
Context: My application is a dashboard, and so it is not available for public access. SSR is false. Naturally, SEO is irrelevant. I am using a Postgresql database together with Prisma ORM. I leverage PrimeVue UI components in my app for my UI needs.
5 replies