I want to allow members of the team to create custom views via a lookup form (without going into the base). For example, see all records that match a given criteria (type: flower, color:red). Is there a way to do this without pre-creating a view?
example:
on a form, user enters type:flower, color:red. It returns a view/table with:
- record1 - rose
- record2 - tulip
miniextensions has a search page that does what I am looking for, I assume this is a form on their site that then uses the API to retrieve info from the base, correct?