Entire JSON structure is getting entered into External Examine index
Nysosis opened this issue · 1 comments
Nysosis commented
When a document containing a Limbo Table is saved, the value that is put into the External Examine index as the representation of the data for site search purposes is the full JSON structure of the table data:
Which means if someone searches some of the property names, the page containg a table would come back unexpectedly (in the perspective of someone viewing the frontend):
A custom IPropertyIndexValueFactory
can be written and specified by TablesDataEditor.cs
to craft the value that gets entered to be only the plain text of the cell contents