Skip to content

Issue 69#70

Merged
kennethphough merged 4 commits into
masterfrom
issue-69
Jul 25, 2025
Merged

Issue 69#70
kennethphough merged 4 commits into
masterfrom
issue-69

Conversation

@kennethphough

Copy link
Copy Markdown
Member

Changes Proposed in This PR

  • Add support for LEFT and INNER joins when searching a table
  • Fix search issue for models that have foreign keys to other models

Acceptance Criteria Scenarios

  • Testes search and confirmed expected behavior.

Linked Issues

#69

Implementation Details

  • Update select and count methods to support LEFT and INNER sql join statements.

Dependencies

n/a

@kennethphough kennethphough self-assigned this Jul 25, 2025
@kennethphough
kennethphough merged commit a1bcd62 into master Jul 25, 2025
2 checks passed
@kennethphough
kennethphough deleted the issue-69 branch July 25, 2025 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] For nested queries, if FK is null the results do not return options for null

1 participant