Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barsonax/sitecoresearchfields
Custom fields for sitecore that work well with search
https://github.com/barsonax/sitecoresearchfields
buckets csharp customfields search sitecore
Last synced: 2 days ago
JSON representation
Custom fields for sitecore that work well with search
- Host: GitHub
- URL: https://github.com/barsonax/sitecoresearchfields
- Owner: Barsonax
- License: mit
- Created: 2019-10-14T18:00:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T06:10:32.000Z (over 1 year ago)
- Last Synced: 2024-10-11T20:36:57.399Z (2 months ago)
- Topics: buckets, csharp, customfields, search, sitecore
- Language: C#
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SitecoreSearchFields
Did you run into the limitations of the build-in fields in sitecore when using buckets or a heavily search driven workflow for content editors? Is it hard to find your items that are in buckets when using droplink or multilist fields? Would you wish you could have proper search enabled fields?
Because I ran into these limitations I reverse engineered how sitecore uses the search UI and adapted it so I could made these custom search enabled fields. These custom fields provide the same search UI functionality that you normally get when using buckets so everything works as you would expect such as:
- Basic search functionality
- Facets
- Bucket settingsUses sitecore 9.2 but might work with other versions as well.
# Documentation
The documentation can be found in the [wiki](https://github.com/Barsonax/SitecoreSearchFields/wiki)