NFDI4BIOIMAGE / search_engine

search engine for the NFDI4BIOIMAGE materials
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Implement Data Source for Search Bar #6

Closed SeverusYixin closed 2 weeks ago

SeverusYixin commented 1 month ago

After successfully implementing the search bar functionality, we need to enhance it by integrating a local data source. This local data source will allow the search bar to retrieve and display results from YAML files stored under the resources folder.

Objective When a user performs a search using the search bar, the system should iterate through the YAML files in the resources folder to find and display relevant data based on the search query.

For example, if a user searches for "Robert," the system should search through the YAML files and return all entries that contain "Robert."