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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
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.

1 participant