This commit is contained in:
@@ -31,8 +31,8 @@ IMMEDIATE ITEMS:
|
|||||||
|
|
||||||
- Search and search text indexing
|
- Search and search text indexing
|
||||||
- Add tests using widget which now sports a Notes property
|
- Add tests using widget which now sports a Notes property
|
||||||
- Add code to do actual search and return results and routes (tags need support too as per search specs)
|
- Add code search routes
|
||||||
- Add tests for searching and routes
|
- Add tests for searching and routes, test all variants of search including rights related stuff
|
||||||
- Update all the seeder code to add search indexing so can properly test huge search datasets
|
- Update all the seeder code to add search indexing so can properly test huge search datasets
|
||||||
- Need to find a way to add random text to Notes fields that varies but has some overlap ideally
|
- Need to find a way to add random text to Notes fields that varies but has some overlap ideally
|
||||||
|
|
||||||
|
|||||||
@@ -106,15 +106,6 @@ namespace AyaNova.Biz
|
|||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// //Class to hold temporary matches during processing
|
|
||||||
// public class MatchingObject
|
|
||||||
// {
|
|
||||||
// public bool NameMatch { get; set; }
|
|
||||||
// public bool TagMatch { get; set; }
|
|
||||||
// public AyaTypeId TypeAndId { get; set; }
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user