Fix Typesense query limit violations and filter syntax issues#5
Open
magazine233 wants to merge 1 commit intop0ss:mainfrom
Open
Fix Typesense query limit violations and filter syntax issues#5magazine233 wants to merge 1 commit intop0ss:mainfrom
magazine233 wants to merge 1 commit intop0ss:mainfrom
Conversation
- dashboard-content.html: Fix fragment lookup to use page_url filter directly instead of keyword search, ensuring correct fragments display for each page - dashboard-platform.html: Reduce per_page from 1000 to 250 (Typesense max), fix array filter syntax (site_hierarchy:X not site_hierarchy:=X), change deduplication from title-based to page_url-based - dashboard-topic.html: Reduce per_page from 500 to 250 - fragments-visual.html: Reduce per_page from 500 to 250 - dashboard-unified.html: Fix filter syntax escaping for life_events filter These fixes resolve 422 "Unprocessable Entity" errors caused by exceeding Typesense's 250 per_page maximum limit. Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
Author
|
Hey Poss, typesense error 422. Troubleshooted my way though to get resolve it. Passed the repo updates from EC2 to local and synced to keep concerns separate. Cheers, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These fixes resolve 422 "Unprocessable Entity" errors caused by exceeding Typesense's 250 per_page maximum limit.