Skip to content

Fix various issues on Search#3388

Merged
ildyria merged 2 commits intomasterfrom
fix-search
Jun 1, 2025
Merged

Fix various issues on Search#3388
ildyria merged 2 commits intomasterfrom
fix-search

Conversation

@ildyria
Copy link
Copy Markdown
Member

@ildyria ildyria commented May 30, 2025

Fix search route issue + add children constraint + add " " a la Google search

This pull request introduces enhancements to the album search functionality and refines the handling of search terms and navigation in the gallery panels. The most important changes include adding support for scoped album searches, improving the parsing of search terms, and adjusting navigation routes.

Enhancements to album search functionality:

Improvements to search term parsing:

  • app/Http/Requests/Search/GetSearchRequest.php: Enhanced the parsing of search terms by introducing a regex-based approach that handles quoted strings as single terms while splitting unquoted text by spaces. This ensures better handling of complex search queries.

Adjustments to navigation routes:

@ildyria ildyria requested a review from a team as a code owner May 30, 2025 13:41
@ildyria ildyria added the Review: easy Easy review expected: probably just need a quick to go through. label May 30, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented May 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.00%. Comparing base (50e467b) to head (a1167dc).
Report is 11 commits behind head on master.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ildyria ildyria added the alpha-ready Branch is available in alpha label May 31, 2025
Copy link
Copy Markdown

@RonnieTaz RonnieTaz left a comment

Choose a reason for hiding this comment

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

Looks well with me

Copy link
Copy Markdown

@RonnieTaz RonnieTaz left a comment

Choose a reason for hiding this comment

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

Looks good to me

@ildyria ildyria merged commit 80b9ad0 into master Jun 1, 2025
35 checks passed
@ildyria ildyria deleted the fix-search branch June 1, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

alpha-ready Branch is available in alpha Review: easy Easy review expected: probably just need a quick to go through.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants