mindrevolution / SirTrevor-for-Umbraco

A SirTrevor editor plugin for Umbraco 7+ that integrates.
21 stars 6 forks source link

Add Examine support #7

Closed MarcStoecker closed 10 years ago

MarcStoecker commented 10 years ago

Provide a default way for Examine support. Installed with the Sir Trevor package it should transparently tweak the indexed data. This is quite easy to do for the default + umbraco blocks, but no idea how to do that for all the custom blocks. Probably start out with an implementation for default blocks plus umbraco specific ones.

MarcStoecker commented 10 years ago

For the first release we could just get the values if all properties named "text" on any element and combine them on the field. This way all the other "text like" property data won't spam the index anymore.

MarcStoecker commented 10 years ago

First attempt indexing only data.text(s) https://github.com/mindrevolution/SirTrevor-for-Umbraco/blob/master/src/App_Code/SirTrevor/ExamineIndexHelper.cs

MarcStoecker commented 10 years ago

Will be in the 0.7.0-BETA release