Hi Imesha and Nadeeshan, Yesterday and today, I worked on the product search bar UI and the product browser UI in React OPSUI app. Now I'm going to implement the backend of the query functionality, but I have a few questions to clarify.
1. To implement the backend of the query functionality, I thought that [1]pagedQuery function of AvroFileManagerClient would be useful. Am I correct about it? 2. If it's so, can you explain to me a bit about its "Query" parameter, specifically how its QueryCriteria list should be formed? I couldn't exactly understand how a Query should be instantiated to pass it to the pagedQuery function. That's why. Thanks and regards, Pavindu [1] https://github.com/apache/oodt/blob/f62d8453bbd0856d3996abf2d000077ffd8ba6f7/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/AvroFileManagerClient.java#L240