You need to sign in to do that
Don't have an account?

Illegal assignment from Account to List<Account>
Hi folks, I had the following code working (Pic1), but I wanted to change the SOSL query to SOQL (Pic2) so I could limit the fields the user was searching through. After changing the query to SOQL however, I'm getting the error "Illegal assignment from Account to List<Account> (29:13)".
SOSL Query:
SOSL Query:
public with sharing class AccountSearchController { @AuraEnabled public static List<Account> searchAccounts( String searchTerm ) { List<Account> accounts = new List<Account>(); if ( String.isNotBlank( searchTerm ) ) { List<List<sObject>> searchResults = [ FIND :searchTerm RETURNING Account( Id, Name, Phone, Website, BillingStreet, BillingCity, BillingState, BillingPostalCode ORDER BY Name LIMIT 10 ) ]; accounts = searchResults[0]; } return accounts; } }SOQL Query:
public with sharing class AccountSearchController { @AuraEnabled public static List<Account> searchAccounts( String searchTerm ) { List<Account> accounts = new List<Account>(); if ( String.isNotBlank( searchTerm ) ) { List<List<sObject>> searchResults = [ SELECT Id ,Name ,Phone ,Website ,BillingStreet ,BillingCity ,BillingState ,BillingPostalCode FROM Account WHERE BillingState = :searchTerm OR BillingPostalCode = :searchTerm LIMIT 50 ]; accounts = searchResults[0]; } return accounts; } }
Try the suggestions as mentioned in the above developer discussion.
It might help you.
The below code is fine. No need of searchResults property.
Thanks,
Maharajan.C
try following code.
Note : accounts = searchResults; your error is throwing from this line because you are assign single object into list<object> that is not good.
if you want to get first record of list then you should return single Account rather than list<Account>.
let me know if it helps you by marking it as best.
Thank You
Call/Whatsapp us on +27672493579 or Email: priestheldon@gmail.com For more information.
For those who are interested in making money, every good thing comes with money, comes with extra effort , All u need do is a “Spiritual work” and every wicked power delaying your progress wants clear and good things will come to you like, money, favor from people, open doors, business breakthrough, good job. Etc. For more info you can call +27672493579 or Email: priestheldon@gmail.com
Note: It’s not a child’s play, it’s for those who are desperate and ready to make a change in their life.