Hi guys.
I have an apparently simple problem, but Google can not answer.
I have a "List of curriculum" page with listview.
The "Curriculum" child pages are correctly listed in this page.
However, I need to add textbox fields that allow me to do advanced search (I have thousands of records), such as a filter by age, nationality, etc.
I would like to avoid implementing a custom section or modify the core functionality, but extend the listview functionality, or add a custom datatype, or something similar.
List view .- How to implement custom search panel
Hi guys. I have an apparently simple problem, but Google can not answer.
I have a "List of curriculum" page with listview. The "Curriculum" child pages are correctly listed in this page.
However, I need to add textbox fields that allow me to do advanced search (I have thousands of records), such as a filter by age, nationality, etc.
I would like to avoid implementing a custom section or modify the core functionality, but extend the listview functionality, or add a custom datatype, or something similar.
Thanks a lot for the support!
Hello @Stefano Salvi I am facing same problem, do you find any solution for that ?
or can any workaround or setting or hacking can make the search text box on the top right corner can do the multiple field search ?
Does not exist in the default listview. Only customizing yours. I did this and used as base this package
https://our.umbraco.org/projects/developer-tools/diplo-audit-log-viewer/
https://24days.in/umbraco-cms/2015/custom-listview/
Thank you , I take a look for that Thanks
Hello Marcio,
I have find out the umb-list-view-layout ultimate also ng-repeat
Just curious to think why not provide the fesibility to config the ng filter as a options
is working on a reply...