fucking finally figured out why excerpt not showing, template had item.index as they key in two different places inside the template which apparently fucks everything up

This commit is contained in:
2020-04-08 21:56:38 +00:00
parent 5e62a838d6
commit d8f7aa9c0a
2 changed files with 90 additions and 26 deletions

View File

@@ -50,16 +50,11 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 2:
todo: search - center the whole thing, looks silly to the left when everything else is centered
todo: excerpt, add as part of item object and conditionally show
todo: search controller at server needs an excerpt route so client can request an excerpt for a record
todo: session cache search results and scroll position if possible to support "back and forthing"
todo: search what order should the results be retruned in, right now is by id but looks weird in list
todo: SEARCH UI
- case insensitive by default unless server overriden like picklist
- all searches without wildcards or quotes are "contains" searches by default and multiple phrases space delimited are accomodated
- if user want's an exact search then they put it in quotes like google for MUST have in that exact form and case (if case insensitive mode)
todo: search controller at server needs an excerpt route so client can request an excerpt for a record
todo: HUGE layout - go through all forms set browser to 4k ultra hd and see where things line up