Skip to content
#

resources

Here are 92 public repositories matching this topic...

rkpatel33
rkpatel33 commented Aug 29, 2018

I have a computed resource called a support ticket that consists of a profile and a list of messages that belong to that profile, as below. When I search on "Tom how are you" I would want to come up with this ticket (found hits in profile.first_name and message[0].text).

{ 
  "id": 45,
  "profile": {
    "id": 45,
    "first_name": "Tom",
    "last_name": "Brown",
  },
  "

Improve this page

Add a description, image, and links to the resources topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the resources topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.