Skip to content

feat: Allow to search tickets by dates in advanced mode#1039

Open
Furan05 wants to merge 3 commits intomainfrom
feat/search-dates
Open

feat: Allow to search tickets by dates in advanced mode#1039
Furan05 wants to merge 3 commits intomainfrom
feat/search-dates

Conversation

@Furan05
Copy link
Copy Markdown

@Furan05 Furan05 commented Apr 16, 2026

Related issue(s)

Closes #301

How to test manually

  1. Go to the tickets list page :
  2. Switch to the advanced search mode by clicking on the search icon
  3. Try the following queries and check that the results are correctly filtered:
    • date:2026-03-23 — tickets created on March 23, 2026
    • date:2026 — tickets created in 2026
    • date:>=2026-03-23 — tickets created on or after March 23, 2026
    • date:>2026-03-23 — tickets created after March 23, 2026
    • date:<=2026-03-23 — tickets created on or before March 23, 2026
    • date:<2026-03-23 — tickets created before March 23, 2026
    • date:2026-03-23..2026-03-25 — tickets created between two dates
    • date:2026-03-23,>=2026-03-30 — tickets matching either date condition
    • -date:2026-03-23 — tickets NOT created on March 23, 2026
    • update:2026-03-23 — tickets last updated on March 23, 2026
  4. Click on "Show syntax help" and verify that the new "Dates" section is displayed with examples

Reviewer checklist

  • Code is manually tested
  • Permissions / authorizations are verified
  • New data can be imported
  • Interface works on both mobiles and big screens
  • Interface works in both light and dark modes
  • Interface works on both Firefox and Chrome
  • Accessibility has been tested
  • Translations are synchronized
  • Tests are up to date
  • Copyright notices are up to date
  • Documentation is up to date
  • Pull request has been reviewed and approved

@Furan05 Furan05 requested a review from marien-probesys April 16, 2026 14:55
@Furan05 Furan05 self-assigned this Apr 16, 2026
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.

Search by dates

2 participants