feat(api-v2): Optionally return file values in full-text search results (DSP-1191) #1776
Conversation
Did I understand that correctly: If I specify the parameter "returnImageFiles=true" in my search query, I'll get back the information about images. Will this be extended for other representations (moving images, audio, document) later? But then we will have a lot of parameters. |
Yes.
Which other file types would you like to get? How would you do a thumbnail of an audio file? |
I will integrate a preview for |
How about if I change the parameter to |
That would be great |
this looks great, thanks for implementing it. |
Thanks for the review! |
Resolves DSP-1191.
returnFiles=true
in full-text search route, to request any file values attached to matching resources.