I want to filter url which not include ".doc",".zip",".pdf" etc.
I use query: -url.keyword:.doc OR -url.keywork:.zip OR -url.keywork:*.pdf. it works.
When i try the syntax:-url.keywork:*.(doc|zip|pdf),but it failed.
Is there way to simplify the exclude query syntax?