Hi!
I been analysing the source code of the project and I noticed that the search functionality used is done all in the browser. Would you like to migrate it to a full text search like Meilisearch? I could help you to implement that in the project.
I can see this code here: This can be very expensive to process, in some situations it can take up to 1 second on my M1 Pro: https://github.com/ThatGuySam/doesitarm/blob/master/components/search.vue#L556
We can either use the self hosted version running in the same server or used the cloud solution. It's up to you.
Thank you
Hi!
I been analysing the source code of the project and I noticed that the search functionality used is done all in the browser. Would you like to migrate it to a full text search like
Meilisearch? I could help you to implement that in the project.I can see this code here: This can be very expensive to process, in some situations it can take up to 1 second on my M1 Pro: https://github.com/ThatGuySam/doesitarm/blob/master/components/search.vue#L556
We can either use the self hosted version running in the same server or used the cloud solution. It's up to you.
Thank you