Closed fardog closed 8 years ago
Adds in a search UI; currently only in the omnibar but it's a component that could be initialized anywhere.
Currently, the search results are a static list stubbed out in web.clj
web.clj
Should be submitting search results over a POST and not a GET, but this requires fixes in how csrf is handled.
:necktie:
Diggit :+1:
Adds in a search UI; currently only in the omnibar but it's a component that could be initialized anywhere.
Currently, the search results are a static list stubbed out in
web.clj
Should be submitting search results over a POST and not a GET, but this requires fixes in how csrf is handled.