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

Expose Exclude Status and Doc-type via the API #602

Closed
CarsonDavis opened this issue Feb 14, 2024 · 0 comments · Fixed by #604
Closed

Expose Exclude Status and Doc-type via the API #602

CarsonDavis opened this issue Feb 14, 2024 · 0 comments · Fixed by #604
Assignees

Comments

@CarsonDavis
Copy link
Collaborator

CarsonDavis commented Feb 14, 2024

Description

When the JSON connector indexes via the webapp api, it needs to only index the urls marked as indexable. I'm thinking we make this a parameter passed to the api, so that you tell it you want only indexable urls, and it only returns indexable. Additionally, there will be a metadata field that marks whether the url is excluded or not, in case someone wants to do a post query filter.

Additionally, we need to check that doc type is supplied for every url, so the json connector can store it.

Implementation Considerations

  • type your first consideration here

Deliverable

Made changes to make sure that the API serves excluded/not excluded field via the endpoint for every url when called.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants