Hi Pavindu, Is it okay to move the search functionality that has been partially > implemented in the product browser ( ProductList component ) to that search > bar? > Yes, we can move that Product Type Search functionality to a SearchBar Component. Handling all the filters inside a single SearchBar component is a good idea for maintainability. Further, try to use this reusable SearchBar for the main OPSUI app also.
I was thinking of developing search by product type, file structure, Mime > type and transfer status in the SearchBar component and adding that > component to the ProductList component. > Consider FileName too Thanks and Regards, Nadeeshan On Sun, 4 Jul 2021 at 20:48, Pavindu Lakshan <pavindulaks...@gmail.com> wrote: > Hi Nadeeshan, > > It seems like the SearchBar component inside > components/fileManager/ProductList is not used anywhere in the opsui React > app, but I saw an attempt to use it inside the ProductList component > commented. > > Is it okay to move the search functionality that has been partially > implemented in the product browser ( ProductList component ) to that search > bar? > > I was thinking of developing search by product type, file structure, Mime > type and transfer status in the SearchBar component and adding that > component to the ProductList component. > > Your feedback is highly appreciated. > > Thanks and regards > Pavindu >