I was wondering if you had any guidelines on how to customize the search in the context of Laravue?
From a Frontend perspective, I understand the search results are restricted to the routes (menu links), and that the instant search engine relies on fuse.js. The files @/components/Headersearch/index.js and @/utils/index.js contain most of this information.
Now, would you have any recommendations, or maybe have you tried yourself in the past, on how to connect it to the Laravel backend? E.g. Getting results for usernames, full-text search, or any use case that can help understand how the high-level workflow works?
I was wondering if you had any guidelines on how to customize the search in the context of Laravue?
From a Frontend perspective, I understand the search results are restricted to the routes (menu links), and that the instant search engine relies on fuse.js. The files @/components/Headersearch/index.js and @/utils/index.js contain most of this information.
Now, would you have any recommendations, or maybe have you tried yourself in the past, on how to connect it to the Laravel backend? E.g. Getting results for usernames, full-text search, or any use case that can help understand how the high-level workflow works?
Thanks!