Search: Parent Does Not Contain Phrase

I’d like to search for items containing #project whose parent does not contain the phrase “defer until”.

  • #project -parent:“defer until”
    • Finds nothing
  • #project -parent:defer -parent:until
    • Finds the right records, but it also finds records with parent = “defer something until”.