Skip to content

fix(web): open search hits in Ember, not the source site#109

Merged
brandonhon merged 1 commit into
mainfrom
fix/search-open-in-app
Jun 5, 2026
Merged

fix(web): open search hits in Ember, not the source site#109
brandonhon merged 1 commit into
mainfrom
fix/search-open-in-app

Conversation

@brandonhon
Copy link
Copy Markdown
Owner

Search typeahead results were external links (<a href=article-url target=_blank>), so clicking a result left Ember for the original article site instead of opening the article card. Now they are buttons that switch to the search view (loading the results) and select the article, opening it in the reader like any other card.

Cherry-picked from develop (8d13be8). Merging redeploys the demo site (pages.yml rebuilds the demo SPA from web/ on push to main).

Search typeahead results were external links (<a href=article-url
target=_blank>), so clicking left Ember for the original site. Render
them as buttons that switch to the search view (loading the results) and
select the article, opening it in the reader like any other card.
@brandonhon brandonhon merged commit 3d05087 into main Jun 5, 2026
8 checks passed
@brandonhon brandonhon deleted the fix/search-open-in-app branch June 5, 2026 17:18
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.

1 participant