보석 jsonapi-rb에 문제가 있습니다. serializable에서 관계를 사용하려고 시도하지만 작동하지 않습니다. 모델 class Customer < ApplicationRecord
has_one :card
end
class Card < ApplicationRecord
belongs_to :customer
end
직렬화 c
내가, 내가 포함 된 데이터에 필터를 적용 문제 싶지 않은 작동하지 필터를 포함하지만 시나리오 API 여기 입니다 작동하지 않습니다 : /patient/257?include=patientdiagnosis&filter[patientdiagnosis.IsDeleted]=0
또는 에게 하지만 응답으로 필터 데이터를 가져 오지 못했습니다.의 53,691,363