
dawn at dawnthots
Aug 16, 2011, 9:59 AM
Views: 1031
Permalink
|
|
how to compactly call multiple elements in bric_soap
|
|
Hi all I have to call a long list of elements to publish in bric_soap and was hoping there was a compact way to call them all with something like: --search element_type=ANY(home,cover,index) Right now I think I just have to list each call to an element separately: bric_soap story list_ids --search publish_status=1 --search unexpired=1 --search checked_out=0 --search element_type=home --search element_type=index --search element_type=cover Is there a compact way ? Or only the long way? thank you, Dawn
|