Display explicit error for one remaining react-query (advanced query)

This is a follow up to #4434. I've now confirmed that all uses of
react/react-query benefit from an explicit exception as they will now
see an explicit error instead of 0 results which is confusing for the
user and harder for us to debug
This commit is contained in:
Gabriel Horner
2022-03-08 17:16:34 -05:00
committed by Tienson Qin
parent 2286ef71bc
commit d955918525
4 changed files with 15 additions and 24 deletions

View File

@@ -454,7 +454,7 @@ last-modified-at:: 1609084800002"}]]
(is (= ["LATER b3"]
(map :block/content (custom-query {:query (list 'and '(task later) "b")})))
"Try"))
"Query with rule that can't be derived from the form itself"))
#_(deftest sort-by-queries
(load-test-files-with-timestamps)