Hi, I am utilizing the CS REST Api (v 16.2+) in order to display container nodes and their children using the nodes/{id]/nodes endpoint. This is working very nicely, but I would also like to be able to filter these results. I currently see that the only available options for filtering are the where_x options (where_type, where_name and where_facet). Unfortunately, these don't provide me with enough functionality. A lot of the documents in my repository have descriptions and other various fields that users need to filter on. **Is there a way to achieve this with the existing nodes endpoints, specifically filtering the results on their description field? **
I realize that I could also use the search endpoint and search for the description with a complex query, but the search suffers from the indexing delay of CS which makes it unusable for displaying container nodes as changes to the structure of those nodes are not reflected instantly over the search endpoint.