performant-software / core-data-cloud

Core Data. In the Cloud.
0 stars 1 forks source link

Remove unneeded facets for `owner_project` and `all_projects` fields #291

Open ajolipa opened 3 weeks ago

ajolipa commented 3 weeks ago

Currently the facet list contains duplicate fields (some of which seem to be empty of values) for the owner_project and all_projects fields that are now being indexed in typesense. image Ideally there would just be facets for all_projects.name and owner_project.name. Also note that something odd is happening with the subfield name in how those facets are displaying, with name becoming nam and id becoming i. (Ideally those subfields would not be there and there would just be one level.)