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

Improve search for Users, Things, Channels, and Groups #2287

Closed
dborovcanin opened this issue Jun 12, 2024 · 0 comments · Fixed by #2288, #2305 or #2315
Closed

Improve search for Users, Things, Channels, and Groups #2287

dborovcanin opened this issue Jun 12, 2024 · 0 comments · Fixed by #2288, #2305 or #2315
Assignees

Comments

@dborovcanin
Copy link
Collaborator

dborovcanin commented Jun 12, 2024

We need to enable backend support for filtering by name. In the initial implementation here

sq, tq := constructSearchQuery(pm)
we return id, name, creation and update time, but we need only id and name. Let's also rename to SearchBasicInfo or something similar to avoid association with List (RetrieveAll) operations. We also need it across different services for Thing and Channels (when assigning to Channel or filtering Things on the UI, for example).

@arvindh123 arvindh123 changed the title Improve search for Things, Users, and Channels Improve search for Users, Things, Channels, and Groups Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment