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

[FEATURE] Let users Search all existing text messages #67

Open
3 tasks
Tracked by #37
dunkeltron opened this issue Sep 4, 2024 · 0 comments
Open
3 tasks
Tracked by #37

[FEATURE] Let users Search all existing text messages #67

dunkeltron opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dunkeltron
Copy link
Contributor

dunkeltron commented Sep 4, 2024

Currently if a user wants to find a specific phrase in a conversation they have to manually scroll and load messages.

It would be a benefit if the user could open a "search conversation" input field to enter the desired search string.

we would have to write:

  • a php endpoint that grabs all messages that contain the matching search string in a conversation
  • A Vue Component that handles the user search string input
  • A method for meaningfully displaying the results
@uncheckederror uncheckederror changed the title Let users search all existing text messages in their web texting instance (low priority) [FEATURE] Let users search all existing text messages Sep 4, 2024
@uncheckederror uncheckederror added the enhancement New feature or request label Sep 4, 2024
@uncheckederror uncheckederror changed the title [FEATURE] Let users search all existing text messages [FEATURE] Let users Search all existing text messages Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants