From 7102b7ac3348e059a2a3060310479365ba592d9a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 15 May 2020 23:16:18 +0000 Subject: [PATCH] --- devdocs/todo.txt | 2 -- server/AyaNova/biz/Search.cs | 2 -- 2 files changed, 4 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 4e3163ab..e2f17633 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,8 +1,6 @@ PRIORITY - ALWAYS Lowest level stuff first =-=-=-=- -todo: search tables in schema, I think there is a missing index here, need to look at the search query section again as it was changed several times from the original schema creation - todo: schema, move all initializing stuff to schema update 1 right now it's 11 but that's weird diff --git a/server/AyaNova/biz/Search.cs b/server/AyaNova/biz/Search.cs index a3cbb3bf..683e0345 100644 --- a/server/AyaNova/biz/Search.cs +++ b/server/AyaNova/biz/Search.cs @@ -3,9 +3,7 @@ using System.Linq; using System.Globalization; using System.Text; using System.Collections.Generic; -using System.IO; using System.Threading.Tasks; -using Newtonsoft.Json.Linq; using Microsoft.Extensions.Logging; using Microsoft.EntityFrameworkCore; using AyaNova.Util;