Create Searchbar And ResultList Components

Vue Components for our Search Engine

Functionality

Searchbar

  • String Input field and Button
  • Advanced Search will be visisble on-click
  • light-grey background color
  • data: String queryString and int sodMin, sodMax, fatMin, fatMax, ...

ResultList

  • display Result Snippets
  • data: JSON[] result
Edited by Lukas Gehrke