Replies: 2 comments 3 replies
-
@Svish any solution? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey @skdishansachin , I was looking for the same thing, and I came across someone who implemented a search using Kbar or Algolia. You can find the code reference at https://github.com/timlrx/tailwind-nextjs-starter-blog. I plan to try it in the next couple of weeks. As @Svish suggested, fuse.js is seen as an option. Here is a sample: https://webcache.googleusercontent.com/search?q=cache:QULWeT8CDxwJ:https://eindm.de/blog/fuzzy-search-nextjs-api-routes&hl=en&gl=br Let me know if any of these three options work for you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've started porting my old WordPress blog over to MDX-files, with
contentlayer
andnext
. Process is going pretty well, but wondering if there's an easy/good way to add simple search functionality to the website?Is there a package or library or something that fits well with
contentlayer
, something easy to use and easy to configure, for this purpose?Beta Was this translation helpful? Give feedback.
All reactions