bfritscher/typesense-dashboard

Displaying collections with unindexed fields

echo-slam-jam opened this issue · 2 comments

Hi, I'm using your dashboard for monitoring my typesense collection and it is really helpful!

However, I can't view my collection's documents when there is an unindexed field.

Is this intentional and can this be fixed?
In this example collection, I have two fields, "title" and "unindexed"

unindexed is only checked as optional

image

Thanks for your report, In my test I did not explicitly declare unindex fields as you can provide additional data and it is saved without declaring it. The search view displays this data below even if not in the schema. But I managed to fix the filter to make the instantsearch component initialise properly.

thanks :)