How to search within an Alfresco "ClassicWindow".

cancel
Showing results for 
Search instead for 
Did you mean: 
art99trash
Active Member II

How to search within an Alfresco "ClassicWindow".

My application creates a new custom, Alfresco ClassicWindow that contains a list

of items from which the user may select.

I would like to provide the ability for the users to search within this list/page (similar to CTL-F) in a browser.

I would appreciate if anyone has any ideas or suggestions.

Thanks

1 Reply
afaust
Master

Re: How to search within an Alfresco "ClassicWindow".

Using the CTRL+F from the browser they should already be able to search for any rendered content. What you might want to do is provide a search capability for stuff that you have not yet rendered / loaded into the client side UI. This is something that you would normally support with using a FilteredList where you can configure the filter/search input elements, and a custom Aikau service which would be responsible for calling your data web script to load the data according to the user input (you might also be able to work with CrudService but a solution with a custom service will be much cleaner and allow you to handle special features, like search input validation).