Search Engine
- Dominant language
- Python
- Stars
- 46.6k
- Forks
- 1.9k
- Avg merge
- 10d 16h
- Merged PRs (30d)
- 5
Description
**is your feature request related to a problem? Please describe.**
Everyone knows you can search for a file by uploading it. But what if you don't have it?
**Describe the idea / solution you'd like**
So, there is this html tag called datalist I learned from a youtube video. It's supposedly used by most search engines like Google. In that video, it's used with the input tag, and linked with it. The actual list could be handled with JS, as the input tag needs the list argument to support it. The video in question (With the info about this tag) can be found in [https://www.youtube.com/watch?v=VkWJQe_EsjQ&t=160s](url)
**Describe any alternatives you've considered**
I couldn't find any other alternatives.
**Additional context**
I think I already explained myself with the previous statements.
Contributor guide
Assessment
This issue has not been assessed yet.