This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Very Custom Results Set #268
Unanswered
caliberdigitalllc
asked this question in
Q&A
Replies: 1 comment 3 replies
-
One way would be to just have a condition in your
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings @chrissainty,
I have a working Typeahead here (works great!), but I'd love to make my results set split up by Record Type. In my TypeAheadResult object, there can be "People", "Contacts" or "Companies", all combined into a generic data set with a Type string to differentiate. Each of these data sets come from API data.
I would like my results set when searching to be like:
People
--- A
--- B
--- C
Contacts
--- A
--- B
--- C
Companies
--- A
--- B
--- C
Beta Was this translation helpful? Give feedback.
All reactions