Search feature #2
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
Idea
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
david/lupo#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cant pre-generate results pages for every possible search term.
I'm thinking of using htmx to hit a simple one-file backend that could grep the files and return html.
New thought: on archive pages, as it's just html, use a simple text filter with alpine js that will just show / hide post excerpt blocks that contain certain text.
searching for #my-tag will show only the "post cards" that have that tag. i..e the post cards show tags as hashtag style tags.