Found a way to search for full_words:
The analytics tab has an analytics shell in which you can execute custom commands.
Example:
all.find(full_message="term")
Note from the Graylog Analytics Shell team:
Message and full_message fields are interrupted. This means that a search on them does not mean equal [search query], but contains [search query].
source share