How determine if a row is included in search results

How determine if a row is included in search results

I would like to build a lists of column values to search for where the lists respect prior searches. Similar to Excel - when you filter column A, the filter values in column B are reduced to only valid selections. This is similar to 152348 but I am not using search pane. I've searched though the API and I can't seem to locate any property that tells me if a given row is included in search results. I assume this is because search results are determine on the fly via compare and no value is stored on the row indicating if it passed the compare. If there are no existing options I assume I could write a search plugin that either pushed a new prop to the row, or simply built a new object containing references to the matched rows.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.