mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #17] Search bar #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#18
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?
Originally created by @laxmanpradhan on GitHub (Jul 7, 2018).
Original GitHub issue: https://github.com/snibox/snibox/issues/17
Feature request for a search bar. A search bar that will dynamically show results for snips that contain the same characters. Maybe even advanced options that allow search to include body, title, and label, although default behaviour should probably search everything. Thanks!
@vavgustov commented on GitHub (Jul 15, 2018):
Initial search implementation added to the master branch. Demo: https://snibox-demo.herokuapp.com/.
@laxmanpradhan commented on GitHub (Jul 15, 2018):
Would it be possible to add a preview in the search drop down that shows a few words before and after the search term that was matched? Like the summary you see on google search results. This would be very useful when you have multiple matches.
So far this looks fantastic!
@ovizii commented on GitHub (Jul 26, 2018):
Can I ask how exactly the search works? If I type "plong" in the demo search field I am immediately shown a snippet called "foooze" labelled "fizz" which contains "plong" in its content.
However if I type "plong" into the search field and hit enter this snippet is not found.
Is there something wrong here or does the search work differently than I am expecting it to work?