I would like to see a do a search for a thing’s fields, i.e. introspect and return all the fields of data type.
This would be very useful for:
- Creating drop downs where you want the user to select the field of the thing dynamically.
- Viewing a thing’s list of fields and values via a repeating group.
In fact in practice, at the moment I would like to do a dynamic filtering using operands and and or to search for multiple criteria dynamically. Currently my options are to hard-code (or hard-no-code) each field, which requires updating the system each time new fields are added and it does not allow selecting the same field in multiple sub-clauses of the search query. The better way would be to have a selection of the field via a drop down populated dynamically with the data of the thing and a value.
Something like: