Question:
Can a Vault VQL query be used to search document content?
Answer:
Vault does not allow for a user to search Document Content when performing VQL Queries. The user can, however, use the Search and Scope parameters when performing a Retrieve Documents API Call.
Example:
https://myvault.veevavault.com/api/{version}/objects/documents?search={your text}&scope=contents
Related Documentation:
Vault Retrieve Documents API Documentation: API & Docs
Send us your feedback: We are always looking for feedback to help improve our Knowledge Base! Please let us know if this article is helpful or provide feedback on how we can improve your experience by clicking here.