Displaying collections with unindexed fields
echo-slam-jam opened this issue · 2 comments
echo-slam-jam commented
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
bfritscher commented
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.
echo-slam-jam commented
thanks :)