We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in the typesense index we need two new array fields that allow for faceting:
PersonInstitutionRelation.name
PersonInstitution.related_institution.name
Given that the current index uses the apis field names we should stick with that tradition and name the fields accordingly
The text was updated successfully, but these errors were encountered:
fix: add functions and institutions to person documents
6b84240
Closes: #15
32d22e5
No branches or pull requests
in the typesense index we need two new array fields that allow for faceting:
PersonInstitutionRelation.name
-> thats the kind of role somebody had in an institution (eg a court).PersonInstitution.related_institution.name
-> thats the institution somebody fulfilled that role in (eg the court)Given that the current index uses the apis field names we should stick with that tradition and name the fields accordingly
The text was updated successfully, but these errors were encountered: