/Search-WP-SPFx

Search Web Part built with the SharePoint Framework. It makes use of React and Flux.

Primary LanguageTypeScriptMIT LicenseMIT

Search-WP-SPFx

Search Web Part built with the SharePoint Framework, React and Flux.

In the properties pane you can specify the query and template you want to use.

All templates need to be created in the src/webparts/searchSpfx/templates folder. Start with a copy of one of the existing ones. The Managed Properties you want to use need to be specified in the TemplateLoader.ts file and should be provided in the following format:

{ key: 'DefaultTemplate', text: 'Default template', mappings: 'Path,Title' }

Search web part sample

Using this web part

Info: This web part can only be tested on a developer site at the moment. Currently there is no mock store created.

Follow the next steps to test this web part:

  • Clone this repo
  • Open your command prompt and navigate to the folder
  • Run: $ npm install
  • Run: $ gulp serve
  • Open your workbench on you Office 365 Developer site
  • Add the web part and test it out

Info: here you can find more information about setting up your develop tenant: Setup SharePoint Developer Tenant.