I'm trying to configure a search query to search for everything that does not contain a certain template. I assumed that the query would be, for example, in searching for any document starting with Word that does not have the Client template:
{LF:Name="Word*"}-{LF:TemplateName="Client"}
When I run that search, it also excludes everything that does not have a template at all.
I tried adding logic to explicitly include things with no template, but it did not change anything.