Skip to content
New issue

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

Support custom document types #328

Merged
merged 6 commits into from
Sep 8, 2023
Merged

Conversation

jfreda
Copy link
Contributor

@jfreda jfreda commented Sep 7, 2023

This PR adds support for custom document types. Prior to this, we were using statically-typed documents (from the hashicorpdocs package, which isn't removed yet but should now be considered deprecated). Now there is a new generic Document type (from the new document package), which can be associated with different types of custom fields, which are defined in the app config. The server, indexer, and frontend have all been updated to use this new approach.

Closes #63

@jfreda jfreda requested a review from a team as a code owner September 7, 2023 21:56
@jfreda jfreda added the enhancement New feature or request label Sep 8, 2023
@jfreda jfreda merged commit 855a236 into main Sep 8, 2023
2 checks passed
@jfreda jfreda deleted the jfreda/support-custom-doc-types branch September 8, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blank documents
2 participants