x-m-el

Results 3 issues of x-m-el

Apperently `{{#with}}` is deprecated and `{{#let}}` should be used instead. I changed this in the examples to avoid confusion. Note: I got this info from Ember discord, I don't have...

- to use an :or: filter, every part should have the "filter" keyword before. - the documentation did not specify unambiguously that only one set of :or: filters is possible....

When using the `:or:` filter and one of them is a `:uri:` filter, the created query internally will not be correct. e.g. for `filter[:or:][:uri:]=test&filter[:or:][:exact:alias]=test` the query is: ``` SELECT DISTINCT...