We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the ingestion filtering code will not include a transaction if both account and asset filter rules are enabled AND both rules do not result in a rule match for a given tx - https://github.com/stellar/go/blob/master/services/horizon/internal/ingest/group_processors.go#L189.
We want to include transactions using OR logic where it will cycle through all enabled filter rules and include the tx if at least one filter matches.
NA
The text was updated successfully, but these errors were encountered:
aditya1702
Successfully merging a pull request may close this issue.
What problem does your feature solve?
Currently the ingestion filtering code will not include a transaction if both account and asset filter rules are enabled AND both rules do not result in a rule match for a given tx - https://github.com/stellar/go/blob/master/services/horizon/internal/ingest/group_processors.go#L189.
What would you like to see?
We want to include transactions using OR logic where it will cycle through all enabled filter rules and include the tx if at least one filter matches.
What alternatives are there?
NA
The text was updated successfully, but these errors were encountered: