Nfeed - field search isn't showing all query results

Ziad Bakhiet September 11, 2019

Hello All,

I am using nFeed - Salesforce to get data from Salesforce. After saving the field configurations, I noticed that some of the data is not appearing while searching in the field. I counted the results of my query & got around 35k data lines but not all of them are available while searching in the field.

Also when I search for a specific data using the query, I get the result however it's not appearing in the field search.

Kindly find below some pics from my case.

Thanks for your support.

Ziad

Capture 2.pngCapture 1.PNG

 

1 answer

1 accepted

0 votes
Answer accepted
Nicolas Esteves September 11, 2019

Hi @Ziad Bakhiet

Can you please try this query?

#if($userInput.length() > 0)
SELECT SMB_OPP_Public_Opportunity_ID__c
FROM Opportunity
WHERE SMB_OPP_Public_Opportunity_ID__c like '$userInput'
#end

Thanks to this query, results will be refined as soon as the user writes.

Without the condition with the $userInput, the result might be beyond the Max Suggestion parameter in the Advanced option of the Editor component in the Configuration of the field.

I hope that makes sense to you.

Feel free to contact our Support here if you need more help: https://support.elements-apps.com/portal

Kind regards,

Ziad Bakhiet September 11, 2019

Hello Nicolas,

Wow Great it's working !! Your're the best,

I just added % after $userInput to have the autocomplete.

Thank you so much for your time and support,

Best regards,

Ziad

Like Nicolas Esteves likes this
Nicolas Esteves September 11, 2019

I'm glad to know that, and you're welcome! ;)

Have a nice day.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events