This commit is contained in:
2020-03-12 23:39:00 +00:00
parent b5a8179c42
commit 3f34a5f782
3 changed files with 14 additions and 104 deletions

View File

@@ -18,6 +18,10 @@ namespace AyaNova.PickList
{
throw new System.NotImplementedException();
TODO: build a sql select and order by and a where clause that searches appropriately in each field (tags)
//it should return results based on the query where there is a single name (display) column and an id column for rowid
//and the fields should be combined in a standard way separated by spaces "Widget widgetserial username" for compactness
// StringBuilder sb = new StringBuilder();
// sb.Append("SELECT ");