Skip to content
New issue

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

APP-5150 : Add PurposeFields for Searching through FluentSearch #85

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

0xquark
Copy link
Collaborator

@0xquark 0xquark commented Jan 30, 2025

Description

This PR adds PurposeFields and initializes them in order to use them while doing a FluentSearch.
eg.

response, atlanErr := assets.NewFluentSearch().
          Where(ctx.Purpose.{Field_Name}.Eq(" ")).

Related Issue

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes (if applicable)
  • I have updated documentation (if applicable)
  • All the checks and tests are passing locally
  • I have verified that the changes works as expected

Further Comments

@0xquark 0xquark self-assigned this Jan 30, 2025
@0xquark 0xquark added the enhancement Adding this label to PR will put it in Feature section in Github Release Changelog label Jan 30, 2025
Copy link
Member

@Aryamanz29 Aryamanz29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@0xquark 0xquark merged commit 141bcd4 into main Jan 31, 2025
5 checks passed
@0xquark 0xquark deleted the APP-5150 branch January 31, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding this label to PR will put it in Feature section in Github Release Changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants