I am dead in the water!!! My Seach Component can only find me as seen in video.
Skuid V2 reference component cannot find anyone. When I use some old page from V1 I can see the choices.
Environment:
- API Version: V2
- Release: Edinburgh Update 2 (16.2.8)
- Release version: (Version Number)
- Platform: Salesforce
Brief Summary of the Defect/Issue:
drive.google.com
2023-11-22_18-20-49.MP4
Google Drive file.
drive.google.com
2023-11-22_09-14-49.MP4
Google Drive file.
Here is a test page that recreates the problem
<skuid__page unsavedchangeswarning="yes" personalizationmode="server" theme="Barb2" showheader="false" showsidebar="false">
<models>
<model id="NewModel" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Member_DNA__c">
<fields>
<field id="Name"/>
<field id="Id"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<pageregioncontents/>
<components>
<skuid__search uniqueid="sk-3v8Z-10232" tokenizeSearch="true" placeholder="Type Member Info" minWidth="200px" styleSettingsVariant="35614349-e7e6-4395-a228-1aba74e537d7" preserveSearchTerm="true">
<resultActions/>
<objects>
<object datasource="salesforce" id="Member_DNA__c" headerIcon="sk-webicon-material-icons:card_membership" headerName="Member(s)" displayTemplate="{{Roll_Off__c}} {{Name}}" fields="Roll_Off__c" orderBy="Name">
<fields>
<field id="Name"/>
<field id="Roll_Off__c"/>
</fields>
<resultActions>
<action label="View" icon="sk-webicon-foundation-icons:magnifying-glass">
<actions>
<action type="redirect" window="blank" url="/{{Id}}"/>
</actions>
</action>
</resultActions>
</object>
</objects>
<styles>
<spacing top="5" right="5" bottom="5" left="5"/>
</styles>
<hotkeys/>
<renderConditions logictype="and"/>
<styleVariantConditions/>
</skuid__search>
<skuid__table allowColumnFreezing="dragDrop" model="NewModel" uniqueid="sk-3vF4-33301" mode="read" showSaveCancel="true">
<fields>
<field id="Name" uniqueid="fi-3vF4-33801"/>
</fields>
<filtering enableSearch="false"/>
<actions/>
<rowActions/>
<massActions/>
<exportProperties useTableColumns="true"/>
<sorting enable="false"/>
</skuid__table>
</components>
<resources>
<labels/>
<javascript/>
<actionsequences/>
</resources>
<background/>
<interactions/>
<surfaces/>
</skuid__page>