Grafting feature not copying over fulltext search data

Open
#3,428 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
rust
Domain
search

Research direction

No files, tests, or entry points are named. Start by reproducing a graft where fulltext data exists before the graft limit and compare search results with data processed afterward; trace how grafting copies fulltext search data, and consider the issue done when pre-limit indexed data is searchable on the new subgraph.

Written by the indexing model from the issue text.

Description

bug

When deploying a grafted version of a subgraph, most of the data from the base version gets copied, but it seems that data generated for fulltext search functionality doesn't get copied properly, as fulltext search from data that's indexed before the graft limit block isn't present on the new subgraph, whilst newly processed data is.

Dominant language
Rust
Stars
3.2k
Forks
1.1k
Avg merge
4d 1h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from graphprotocol/graph-node

All issues in graphprotocol/graph-node

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.