Overriding a standard search interface

To override a search component and add your own search experience, you will have to implement forceCommunity:searchInterface. The sample code snippet is as follows:

<aura:component implements="forceCommunity:searchInterface" access="global">
<div class="search">
<div class="search">
<form class="search-form">
<div class="search-input">
<input class="search-input-field" type="text" placeholder="My Search"/>
</div>
<input type="hidden" name="language" value="en" />
</form>
</div>
</div>
</aura:component>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.2.157