ember-model-select
ember-model-select copied to clipboard
WIP Unnest search param
Adds nestSearchParam argument, to be able to support backends which require search params without any nesting, such as &search=<TERM>. The current behaviour (&searchProperty[searchKey]=<TERM>) remains the default choice.
Fixes #80.
This is based on #78 and will be rebased on master once the former is merged.
I'm thinking as we're doing a major release anyway if maybe we should change the behaviour to allow omitting the searchProperty (and then it'd only use the searchKey)? Might make more sense instead of introducing more options.
Sure, sounds like a cleaner approach.