How does one search an entire tree or node in the vault client? I don't see an option on the toolbar and ctrl-F doesn't work. I am using Vault 3.1.5 client and server.
Thanks.
Search
Moderator: SourceGear
Text search of repository.
Is there any sample code to setup a web page to search content of the Repository?dan wrote:On the bottom pane in the GUI client, there is a Search tab. It allows you to search for file names and status, but not yet file contents.
Andrew Sears
T4G Limited
416-462-4200
T4G Limited
416-462-4200
We store files in a compressed, binary format, so there isn't a simple (or even a very hard) way to do it yourself using Vault APIs. When we add that feature, we will need store searchable words differently, and provide new webservice calls.
The only thing you could do right now is setup something like shadow folders, and then create your own webservice to search the folders and return results.
The only thing you could do right now is setup something like shadow folders, and then create your own webservice to search the folders and return results.