Ben Orozco
Ben Orozco
I would also like to filter elements from the nav-tree using a search input, any idea?
Hi @tiagopog, thanks for your work 😄 ! Do we know if there are breaking changes with latest [JR v0.10.2 ](https://github.com/cerebris/jsonapi-resources/releases/tag/v0.10.2)? Thinking about forcing it to latest
we did, but we end up using bare JR instead
Hi! Stumbled upon this issue while needing filtering on `HasMany` as well. Based on [current implementation for `BelongsTo`](https://github.com/thoughtbot/administrate/blob/baa0ff652ed00b8fdcb719e194f86c4eb1347f89/lib/administrate/field/belongs_to.rb#L40-L45), would it make sense to emulate it in `HasMany`?: https://github.com/thoughtbot/administrate/compare/main...benoror:administrate:patch-1
I'm Having a similar issue, did you guys found the root cause? Or any optimization/workaround? Thx!
I ended up switching search to a [Elasticsearch](https://www.elastic.co/webinars/elasticsearch-primeros-pasos?baymax=rtp&elektra=home&storm=sub1&iesrc=ctr) instance
I built a GraphQL generator (www.baseql.com) which uses https://github.com/graphql/dataloader to avoid N+1 queries when fetching associations in a fairly generic way. I've seen the schema generator code and it looks...
I just found that JSONAPI is not fully supported: > Since fragment deserialization uses the value of a single attribute in the parent model, the `normalizeResponse` method of the serializer...
@jakesjews sorry for the delay, I've been pretty busy lately 🙈 I will try to reproduce it in a separate repo asap, maybe this week. Cheers!