Scrape vinmonopolet into elastic for autocomplete search of wine names #35
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Idea
We want to have a autocomplete search field for wine names when searching for new wines to request. Vinmonopolet does not offer a good way to use their existing functionality for this. Make a job that scrapes all products and pushes them to a elasticdatabase.
Elastic chosen here for it's speed for free text search.
Todo
/scripts/importVinmonopoletToElastic.jsfor scraping and updating elasticsearch.Here is the search API for Vinmonopolet https://www.vinmonopolet.no/api/search?q=proseccco. 🙌