Hello, I'm attempting to search a document using URL parameters (displayed through an iframe).
My goal is to use a parameter in the URL to search for a *keyword* or *sentence *in the document. I can't seem to get *&tq=* or *&q=* to work. Below are some examples of my many attempts: - https://docs.google.com/gview?url=${presignedS3url}&embedded=true} *&q=sarcastic* - https://docs.google.com/gview?url=${presignedS3url}&embedded=true} *&tq=sarcastic* - https://docs.google.com/gview?url=${presignedS3url}&embedded=true} *&search=sarcastic* - https://docs.google.com/gview?url=${presignedS3url}&embedded=true} *&find=sarcastic* - https://docs.google.com/gview?url=${presignedS3url}&embedded=true */gviz/tq?tq=SELECT%20*%20where%20B%20contains%20%22sarcastic%22* - https://docs.google.com/gview?url=${presignedS3url}&embedded=true */gviz/q?q=SELECT%20*%20where%20B%20contains%20%22sarcastic%22* What am I doing wrong here? I've read the documentation and as I understand it, it's geared towards sheets. Best, Corey -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/a6e3ac26-2754-45f2-8745-92fa7b068668n%40googlegroups.com.