Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(search-indexer): Nested document resolution (#15949)
* Add explicit email and phone fields to team member content type * Tag article with what children are below it * Revert "Add explicit email and phone fields to team member content type" This reverts commit 48c8ccc. * Tag documents with their children ids * Change nested resolution logic * Also trigger a re-index on asset deletion * Remove unnecessary variable * Reverse conditional when removing duplicates * Handle paginated responses from ES * Move nested entry resolution logic into a method * Change comment * Add logs * Update comment * Add type hint to extractChildEntryIds function * Chunk root entry fetches * Add comment * Paginate re-sync fetches * Paginated fetching during initial sync * Check for chunk size * Add a way to override sync token * Only get next sync token on non delta updates * Change return * Copy parameter * Remove if check from indexing.service --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information