How to get all worlds which goes after "search word"

Hi, for example, I have three documents like:

{
 "description": "Small red fox"
}

{
 "description": "I see blue fox"
}

{
 "description": "I see small orange fox"
}

Is it possible to get all words which go after word: "small".

I expect to get ["red", "orange"]

May be highlighting could help?

Like I understand highlighting it will highlight only matched word, but not next word after matched word.

Yes but also with some content before and after. Then you can do some text editing to get what you are looking after.

Ok, I got an idea, thx

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.