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;