This topic contains 2 replies, has 0 voices, and was last updated by chanarbon 7 years, 11 months ago.

  • Author
    Posts
  • #1492

    jdcaliff

    Hi,

    I am trying to update the filters of a set of saved searches using a generic saved search.

    Here is my loop:

    for (var i = 0; iThis is a cached copy. Click here to see the original post.

  • #1493

    ljceranic

    I think you’d have to push your new filters to the filter object via filters.push(new filters here);

  • #1494

    chanarbon

    Like ljceranic mention, search.Search has an attribute filters where perform a filters.push() before actually saving the search.Search object.The object that you should push on the filters.push() should be an object created using search.createFilter().

You must be logged in to reply to this topic.