dimitrov-adrian / directus-extension-searchsync

Simple Directus 9 extension that sync content with remote search engine.
MIT License
115 stars 27 forks source link

Can't index image dimensions / properties #31

Open braco opened 1 year ago

braco commented 1 year ago

The examples show the image.id format:

      "fields": ["image.id", 

but this doesn't seem to work.

This does work:

      "fields": ["image", 

but it only produces the GUID, none of the other properties.

which means this is impossible:

      "fields": ["image.id", "image.width", "image.height"

am I missing something?

stefansdev commented 9 months ago

Hey @braco , have you been able to find a solution for this ? I'm having the same issue.