markgab / swivel-search

SharePoint customizable searching web parts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Swivel Search

Swivel Search is a set of SPFx client side web parts which provide a highly customizable interface for performing metadata property searches against lists and document libraries in Office 365 SharePoint Online.

Swivel Search

Search Web Part

Inspired by classic SharePoint Advanced Search pages, Swivel Search provides an easy interface to perform metadata search queries.

Search Interface

Customization

The default query fields can be easily modified to any desired search schema that is available on your tenant.

Search Interface Properties

Controls by Data Type

Aside from a text box, the search web part provides custom controls for query construction based on the field's data type which includes:

  • People Picker
  • Date Range Picker
  • Number Range Picker
  • Select Box

Search Results Web Part

The Swivel Results web part is designed to bring the modern list view aesthetic to search results. Although it is intended to work in conjunction with the Search web part, the results web part is capable of standing alone as well.

Search Results Interface

Customization

Likewise, the Swivel Search Results web part allows you to select which columns are displayed.

Search Results Columns

For more information

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO

About

SharePoint customizable searching web parts

License:MIT License


Languages

Language:TypeScript 93.7%Language:SCSS 4.8%Language:JavaScript 1.5%