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

Searching for atoms only works if the colon is included in the query #1948

Open
lardcanoe opened this issue Sep 5, 2024 · 0 comments
Open

Comments

@lardcanoe
Copy link

Go to https://hexdocs.pm/phoenix_live_view and search for temporary_assigns and it finds no results. If you instead search for :temporary_assigns you get results. I knew that atom was there so I had the thought to put the colon in, but if you don't know then you might just assume it really isn't in the docs.

https://hexdocs.pm/phoenix_live_view/search.html?q=temporary_assigns
vs
https://hexdocs.pm/phoenix_live_view/search.html?q=%3Atemporary_assigns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant