gettakaro / takaro

15 stars 4 forks source link

Fix variable search functionality to maintain state and pagination #1530

Open takaro-ci-bot[bot] opened 2 hours ago

takaro-ci-bot[bot] commented 2 hours ago

Description

The search functionality for variables needs to be fixed to maintain state and pagination when performing searches. Currently, there are two issues:

  1. When searching for variables, the state resets from 'is' and 'contains'.
  2. When searching, the pagination limit is being reset.

Requirements/use-cases

Possible duplicates:

Additional context

This issue was identified during a conversation about the variable search functionality in Takaro. It's important to fix these issues to improve the user experience when searching for variables.

niekcandaele commented 2 hours ago

This is probably true for other table searches too?