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

FT-853: Implement query rewrite for Searchlog responses #449

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vaibhavatlan
Copy link
Collaborator

@vaibhavatlan vaibhavatlan commented Dec 19, 2024

Implementing a query rewrite for a time-based pagination approach for search, known as bulk search, based on asset creation timestamps. This approach is used when the number of results exceeds the predefined threshold (i.e: 10,000 assets). Users can explicitly run this search by setting the optional keyword argument bulk=True in the search_log.search() methods.

  • Implementation
  • Local Testing
  • Unit Tests
  • Integration Tests

@vaibhavatlan vaibhavatlan self-assigned this Dec 21, 2024
@vaibhavatlan vaibhavatlan added the feature New feature or request label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant