feat: New APIs for search (#6564)
- Adding new API endpoints for search - Migrations to add appropriate indexes
This commit is contained in:
5
app/views/api/v1/accounts/search/_agent.json.jbuilder
Normal file
5
app/views/api/v1/accounts/search/_agent.json.jbuilder
Normal file
@@ -0,0 +1,5 @@
|
||||
json.id agent.id
|
||||
json.available_name agent.available_name
|
||||
json.email agent.email
|
||||
json.name agent.name
|
||||
json.role agent.role
|
||||
Reference in New Issue
Block a user