Tabletop-Mirror / Issues-and-Tasks

0 stars 0 forks source link

Adapt search bar functionality to use the backend #161

Closed darrow97 closed 1 week ago

darrow97 commented 1 month ago

The way the search bar performs its search is by filtering the data that is provided to the frontend.

Change this so the search logic pings the backend.

As a note, the current design of the search bar has each use focus on a different data point (ie game name vs game text).

darrow97 commented 1 month ago

spawned from #154

darrow97 commented 1 month ago

The game text search bar now uses the backend.

The new endpoint is created with each instance using this endpoint in mind, but it looks like a decent portion of the search bars already hit the backend.

Still need to make sure that a couple of the search bar instances do not filter over the data present on the frontend

darrow97 commented 1 week ago

closed and merged into master