Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Search with multiple filters. #24

Closed
slz4025 opened this issue Feb 22, 2021 · 4 comments
Closed

Search with multiple filters. #24

slz4025 opened this issue Feb 22, 2021 · 4 comments
Assignees
Labels
backend Issues related to the api interface, worker, and manager enhancement New feature or request frontend Issues related to the Svelte frontend

Comments

@slz4025
Copy link
Collaborator

slz4025 commented Feb 22, 2021

  • Must always filter on current board.
  • Use keywords.
  • Can also search within current discussion. Search within just chat or block units.
  • For discussion units, can filter on author/time.
@slz4025
Copy link
Collaborator Author

slz4025 commented Feb 23, 2021

The discussion should have its own search, which only searches among the chat units (maybe we can mark which units are pinned). This should be done on frontend.

The board should have its own search. The search can be done on the backend in preparation for larger loads, perhaps.

@cbroms
Copy link
Owner

cbroms commented Feb 26, 2021

Search for the discussion should place results above the text box. Something similar should work for board units as well.

@cbroms cbroms added backend Issues related to the api interface, worker, and manager enhancement New feature or request frontend Issues related to the Svelte frontend labels Feb 26, 2021
@slz4025
Copy link
Collaborator Author

slz4025 commented Feb 28, 2021

Also when copying ID, should get the id in the form of [[unit_id]]. When a person types [[, this begins the search for a given unit, which they then close with ]].

@slz4025
Copy link
Collaborator Author

slz4025 commented Mar 2, 2021

Done on backend.

cbroms added a commit that referenced this issue Mar 3, 2021
cbroms added a commit that referenced this issue Mar 3, 2021
@cbroms cbroms closed this as completed in 9f78605 Mar 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend Issues related to the api interface, worker, and manager enhancement New feature or request frontend Issues related to the Svelte frontend
Projects
None yet
Development

No branches or pull requests

2 participants