Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hey everyone,
I am currently working on a site which I am using couch and need a way to search through the duplicated pages. The number of pages is starting to get out of hand and is only going to get worse, so finding a page is getting a little difficult when needing to change/remove one. If anyone knows a function or way to get that implemented please let me know! Also I have an image example on what I would like.
searchfunct.png
searchfunct.png (154.44 KiB) Viewed 2409 times
Hi,

<cms:config_list_view> has a setting for adding search to the listing panel e.g. like this -
Code: Select all
<cms:config_list_view  searchable='1' />

Details about this can be found at viewtopic.php?f=5&t=10241 under 'Advanced Theming'.

Hope this helps.
That is exactly what I am looking for! Thank you so much! :D
3 posts Page 1 of 1