-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Search-A-Licious #180
Comments
Hi @VaiTon , |
I'll integrate Search-A-Licious into the Open Food Facts Explorer as per the requirements. Let me know if there are any specific guidelines to follow. Thanks! |
We could start with creating another page to search products using search-a-licious, and then merge its usage into the main navbar |
@VaiTon Okay 👍🏻 |
@VaiTon @SyedImtiyaz-1 @alexgarel we have a webcomponent in the Search-A-Licious repository. |
Okay. I should then research how to integrate that with svelte components, as search should still point to the product page. |
What
Add support for Search-A-Licious (https://github.com/openfoodfacts/search-a-licious)
How
We have more than one alternative. Either we use the web-components the search-a-licious project provides or we write our custom implementation.
The best way would be reusing the component, but I'm not sure we can do it in a clean way.
So we can:
The text was updated successfully, but these errors were encountered: