How to specify agent / formula to retrieve documents by criteria
问题 The form contains "searchInputField" and simple button for it. Below the button, there is a view. How can i specify SELECT formula in VIEW according to searchInputCriteria? I want to refresh VIEW when button is clicked after setting "searchInputField". It should be like simple custom search. On button click i have done: @SetEnvironment("criteria", "searchInputField"); @Command([RunAgent];"searchAgent"); @Command([ViewRefreshFields]); My agent does: SELECT @Like(propertyA, @Environment(