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

refactor(api): use document ID instead of URL for content fetching #153

Closed

Conversation

kouloumos
Copy link
Member

The application was previously using URLs to fetch document content, but URLs are not guaranteed to be unique across documents. Switch to using Elasticsearch document IDs which are guaranteed unique identifiers. Update types, API endpoints, and components to pass document IDs instead of URLs throughout the content fetching flow.

The application was previously using URLs to fetch document content, but URLs
are not guaranteed to be unique across documents. Switch to using Elasticsearch
document IDs which are guaranteed unique identifiers. Update types, API
endpoints, and components to pass document IDs instead of URLs throughout the
content fetching flow.
Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bitcoinsearch-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 10:16am

@kouloumos
Copy link
Member Author

closing in favor of #155

@kouloumos kouloumos closed this Dec 20, 2024
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 this pull request may close these issues.

1 participant