Terry Appleby

Results 8 issues of Terry Appleby

This PR adds support for React 0.14 (#17), it expands on #21 but also includes updates to examples and removes warnings in test. I had issues getting the existing build...

Are there any plans to support polymorphic relationships? We have a few relationships in our API where it would be useful to gain access to the type along with the...

Is it possible to optionally embed only if the resource contains an `attributes` key, otherwise fallback to the standard approach?

I brought up this issue in rackt/redux#481. Im not sure if this can be solved from a code point of view but it might be worth documenting the issue with...

I was looking at the package in my node_modules folder and noticed theres many more files included in the package vs those that get built when running `npm build` on...

Based on our [discussion on twitter](https://twitter.com/Tjay819/status/609472028194807809), it would be nice to have support for entity translation (et). The Solr and DB backends have support via the [search_api_et](https://www.drupal.org/project/search_api_et) module. I was...

It would be useful to pass field settings when using `setAllFields`. The ability to exclude certain fields would also be handy as well.

enhancement

It could be handy to have a fluent interface for `setField`: ``` $distiller ->setField('title') ->setField('body', 'post') ->setField('field_image', 'image'); ```

enhancement