Skip to content

An Orchard CMS module that adds some useful Projection filters.

License

Notifications You must be signed in to change notification settings

wuyinhuawyh/Lombiq-Projections

 
 

Repository files navigation

Lombiq Projections Orchard module readme

An Orchard CMS module that adds some useful Projection filters:

  • Lombiq Projections feature:
    • NullSafeContentFieldsFilter: Essentially the same as ContentFieldsFilter from the Orchard.Projections module, except that it won't exclude items that are indexed as NULL in the corresponding field index table, e.g. StringFieldIndexRecord for TextField and InputField. Indexing a field with NULL value happens when the type of the object storing the value of field is nullable and the value is empty.
    • TokenizedContentTypeFilter: The same as ContentTypeFilter from the Orchard.Projections module, except that the filtering value is tokenized, instead of having to select one or more specific types.
  • Lombiq Projections - Fields feature:
    • TokenizedBooleanFilter: The same as ContentFieldFilter for BooleanField from the Orchard.Projections module, except that the filtering value is tokenized.
  • Lombiq Projections - Taxonomies feature:
    • TokenizedTaxonomyTermsFilter: The TermsFilter from Orchard.Taxonomies on steroids: Much more flexible due to the additional options, like tokenization, inverting filter results and selectable property of the Terms to match.

The module's source is available in two public source repositories, automatically mirrored in both directions with Git-hg Mirror:

This project is developed by Lombiq Technologies Ltd. Commercial-grade support is available through Lombiq.

About

An Orchard CMS module that adds some useful Projection filters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%