justinhrobbins / FlashCards_App

Flashcards application
Apache License 2.0
0 stars 3 forks source link

fieldInitializer includes extra fields #126

Closed justinhrobbins closed 10 years ago

justinhrobbins commented 10 years ago

http://localhost:8080/api/v1/tags?fields=id,name,flashcards,question&accept=application/json

why is Answer field (and others fields too) returned when we specifically request only the 'question' field from Flashcards?