This commit is contained in:
2020-03-16 19:43:18 +00:00
parent a972dff324
commit f5225f2bdd

View File

@@ -6,7 +6,11 @@
//PICKLISTS:
todo: I think query builder part is done for now
todo: support tags as a separate entity in query string so can search separately for both tags and template fields at the same time independently
- because phone typing is hard picking period as the delimiter: use two consecutive periods as to indicate a tag search
- if a user types "..zon some" they are searching for tags LIKE "zon" and also tempalte fields with "some" in them
- if a user just types "some" it will search all templated fields (including tags if in template) as a straight up LIKE search for all
todo: actualy return results bit in picklistfetcher that concatenates into space delimited segments as per template into name and id and active to return to user
todo: all template routes and actual backing code and also validation, needs to validate
todo: clean out unneeded leftovers from AyaPickListFieldDefinition