programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

Two search bars #66

Closed programsam closed 3 years ago

programsam commented 6 years ago

Bootstrap table, which has been incorporated, has a search function built in. But there’s also a search bar in the navbar. One should be used, not both. Bootstrap tables has the ability to point to a DOM element to use as search input.

programsam commented 6 years ago

Troublesome.

Can’t get bootstrapTable to see that text box as the text box. Also couldn’t seem to call a search method or find one. Maybe the idea is to make that one sync with a BT box and then hide the BT search box. Really how it should work is if you type something in there and press enter, the browse view should take over but have your results.

programsam commented 6 years ago

Now theres no search bar on the navbar and you go to browse to search. A bit counter intuitive but solves the issue in the short term.

programsam commented 3 years ago

Addressed.