ember-model-select icon indicating copy to clipboard operation
ember-model-select copied to clipboard

WIP Unnest search param

Open ttill opened this issue 5 years ago • 2 comments

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.

ttill avatar May 08 '20 18:05 ttill

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.

nickschot avatar Jun 04 '20 15:06 nickschot

Sure, sounds like a cleaner approach.

ttill avatar Jul 04 '20 21:07 ttill