...
- selectsearchload. Available from ACD v.3.2
This filter will allow to handle with large number of objects matching Search query. Recommended in case if more than 10 000 entries match filter query.
Contains 3 fields:
...
- Search field.
- Standard select field, by default Select field. By default populated with first N records received with basic Search query. Can be repopulated by data received after user will add a string to search in "search" field based on base Search query.
Example: Base search query defined in filter is: "objectClass:nrfRequest AND nrfSourceDN:* AND nrfRequester:*". With "re" in "search" field "select" field will be populated with records received from elasticsearch using next query: "objectClass:nrfRequest AND nrfSourceDN:* AND nrfRequester:* AND nrfSourceDN:*re*". Attribute in added query part and '*' placement may be changed using new settings "Filter loaded data dependent on value from" and "How to filter pre-loaded data"
- Field with selected records.
Main feature - this filter makes a new query to Elasticsearch on search instead of searching on results preloaded on filter creation. This also allow to set "Maxiumum Size of Records to retrieve" less than for selectsearch filter and increases performance.
In ACD v.3.2 select, selectsearch and selectsearchload filters will receive additional element on the bottom of the filter containing information about total amount of records matching filter`s Search query, Max Limit, number of loaded records and unique records shown in filter (if "Make Unique Values" is checked in settings).
...