{"record":{"id":"20e184db65f07b97","repo":"filamentphp/filament","slug":"no-nested-rule-builder-component-found","errorCode":null,"errorMessage":"No nested rule builder component found.","messagePattern":"No nested rule builder component found\\.","errorType":"exception","errorClass":"LogicException","httpStatus":null,"severity":"error","filePath":"packages/tables/src/Filters/QueryBuilder.php","lineNumber":436,"sourceCode":"\n        $builder = $this->getSchema()->getComponent(fn (Component $component): bool => $component instanceof RuleBuilder);\n\n        if (! ($builder instanceof RuleBuilder)) {\n            throw new LogicException('No rule builder component found.');\n        }\n\n        return $this->cachedRuleBuilder = $builder;\n    }\n\n    protected function getNestedRuleBuilder(Schema $schema, string $orGroupIndex): RuleBuilder\n    {\n        $builder = $schema\n            ->getComponent(fn (Component $component): bool => $component instanceof Repeater)\n            ?->getChildSchema($orGroupIndex)\n            ?->getComponent(fn (Component $component): bool => $component instanceof RuleBuilder);\n\n        if (! ($builder instanceof RuleBuilder)) {\n            throw new LogicException('No nested rule builder component found.');\n        }\n\n        return $builder;\n    }\n\n    /**\n     * @param  array<string, mixed>  $rule\n     */\n    protected function tapOperatorFromRule(array $rule, Schema $schema, Closure $callback, bool $shouldUseRawSettings = false): void\n    {\n        $constraint = $this->getConstraint($rule['type']);\n\n        if (! $constraint) {\n            return;\n        }\n\n        $operator = $rule['data'][$constraint::OPERATOR_SELECT_NAME];\n","sourceCodeStart":418,"sourceCodeEnd":454,"githubUrl":"https://github.com/filamentphp/filament/blob/53483fa9340e4ec637985fe454ebb58afb92ea24/packages/tables/src/Filters/QueryBuilder.php#L418-L454","documentation":"Error \"No nested rule builder component found.\" thrown in filamentphp/filament.","triggerScenarios":"Thrown at packages/tables/src/Filters/QueryBuilder.php:436 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"53483fa9340e4ec637985fe454ebb58afb92ea24","analyzedAt":"2026-08-17T02:06:23.049Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}