0
votes

I would like to take a dominoView, apply a FTSearch in beforePageLoad, and then use that view as the value in a dynamicViewPanel to show the search results. Unless I'm doing something wrong, it seems like the dynamicViewPanel is showing the full view, as if the search wasn't performed. The FTSearch is being done in beforePageLoad as expected, though. Should this work? (If not, for some reason, then it seems like a workaround would be to store the search results in beforePageLoad into a javascript array and use that as the value of a repeat instead of using a dynamicViewPanel.)

TIA! - Reid

1

1 Answers

3
votes

Why not just use the Search property of the view data source? This does a FT search. You can bind that property to a viewScope variable that holds your FT search query and if you don't want to filter the view then just set the viewScope variable to "".