Job description
I have the data:
1. group/topic
2. name
3. metal - gold/silver
4. weight
5. photo
I need to make a search engine in the style of elastic search where we enter the country or name and the search engine suggests what we are looking for "in a balloon".
When clicked, we enter the item and the system displays data 1-5 and additionally the price.
It would be nice if it was also possible to browse items by groups/themes.
For example, for gold - weight * gold price (currently, for example, updated every few hours).
Downloading gold and silver prices can be taken from any portal from which it is easiest - I do not care about super accurate data but approximate.
Execution in PHP without big frameworks so that ordinary hosting will pull it.
Implementation after July 3.