diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7151e9f9..baa47fcc 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -50,9 +50,7 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: -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: add integration test for search controller get excerpt route + 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: look at using finally block in all fetch form calls to do the things that are repeated in catch and then above it see search form for example diff --git a/ayanova/src/views/home-search.vue b/ayanova/src/views/home-search.vue index 77c956dc..aa576346 100644 --- a/ayanova/src/views/home-search.vue +++ b/ayanova/src/views/home-search.vue @@ -83,31 +83,6 @@