client: improve search #244

Merged
norm merged 5 commits from search into main 2022-11-20 03:54:31 +00:00
Owner

Fixes a tiny error regarding note search on the server.

Scraps the text input box for searching a note in favour of a page to show a more extensive search for and search results. There are 3 possibilities:

  1. All: This includes the special behaviours from before for entering URLs or user handles. Otherwise, both users and notes matching will be shown.
  2. Notes: Only notes will be shown. You can narrow down the author of notes to be searched.
  3. User: You can search by username or display name and narrow down by "local" or "remote" users. This functionality has been moved from the explore page.
Fixes a tiny error regarding note search on the server. Scraps the text input box for searching a note in favour of a page to show a more extensive search for and search results. There are 3 possibilities: 1. *All*: This includes the special behaviours from before for entering URLs or user handles. Otherwise, both users and notes matching will be shown. 2. *Notes*: Only notes will be shown. You can narrow down the author of notes to be searched. 3. *User*: You can search by username or display name and narrow down by "local" or "remote" users. This functionality has been moved from the explore page.
Johann150 added 5 commits 2022-11-19 18:44:21 +00:00
Changelog: Fixed
client: search page for notes and users
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
a7f3133f89
This replaces the previous search box and allows for more narrowed
down searches.

Changelog: Added
client: remove user search from explore page
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
33e09b9901
User search is now located on the general search page.
Also cleaned up other unused code.

Changelog: Removed
clean up unused query parameters from router
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline failed
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
47b0e292ef
norm approved these changes 2022-11-20 03:53:17 +00:00
norm merged commit 4952e29ac8 into main 2022-11-20 03:54:31 +00:00
norm deleted branch search 2022-11-20 03:54:31 +00:00
Sign in to join this conversation.
No reviewers
No labels
feature
fix
upkeep
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#244
No description provided.