Disabling notes search tool

I have got two queries: -1)How can I disable the notes search tool for a selective views?

2)This is actually the root cause for the former query - Search functionality doesn’t work properly for view filters (@SetViewInfo). It shows the number of matches correctly but fails to show the documents. How do I make this work if at all I can?

Any solutions on this will be appreciated.

TIA

-Shiva.

Subject: Disabling notes search tool

I have the same problem and would love to see a disable feature for “Search this View”.

The only way I know of thus far is in the views postopen event put: ‘@Command( [ViewShowSearchBar];“0”)’. Then in your action bar add a new action with the following: ‘@Command([EditFind])’. This will remove the Notes search bar upon opening the view and still give the user an easy way of searching the view.

This is obviously far from perfect as the user can simply go back to the menu and choose “Search This View”. The other issue with this method is it will not search inside the documents like a full-text search does, it only searches what you can see in the view.

Anyone have any suggestions? SetViewFilter is a great command with the exception of searching afterwards.