N/Redirect to Saved Search Results Showing Duplicate Values
When using the redirect module to redirect to a saved search, it works, however…
Say the search has 5 columns of results. When the redirect loads the results, it shows the 5 columns, plus another set of 5 columns that are duplicates of the original tacked on the end, so 10 columns in total. Just perfectly duplicated every time.
searchToLoad = search.load({
id: apmSearchId
});
redirect.toSearchResult({
search: searchToLoad
});
Is this a defect? If I hit “Edit Search” from that page, I can still see the 5 results on the original search definition, not 10.