KjetilIN / rs-search-engine

A custom search engine built with Rust. It parses HTML files and utilizes TF-IDF scoring to rank document relevance based on search queries. The project includes a Rust-based backend server and vanilla HTML/CSS for the web frontend.
MIT License
0 stars 0 forks source link

Search auto-complete #3

Open KjetilIN opened 1 month ago

KjetilIN commented 1 month ago

What?

Implement autocomplete function for the search bar on the page. Should come with good recommendations for searches based on what the user has given

KjetilIN commented 1 month ago

Idea

Use Trie Datastructure: https://en.wikipedia.org/wiki/Trie