There might be a couple of ways to do this using our Discourse Data Explorer Plugin.
-
You could run this simple query and then click the CSV button to download all posts. Then, you could search across the exported file using a different program.
`SELECT id, raw from posts`
-
You could write a custom data explorer query to search for the keyword across all post content.
Using the Data Explorer here would ensure that your data doesn’t leave the local network.