Create a search combining umbraco data and custom data
I have a structure looking a bit like this;
DocType A DocType B DocType C
and to assist DocType C I have created my own table to save aditional data.
Now I want to create a search functionality where the result will be a list of DocType C and the search options will be;
- one or more nodename/nodeid of DocType A - one or more tags from a Tag Data Type from DocType A - a minimum average of values from my own custom table
Examine definitely looks interesting but I am having difficulties to understand how to setup and code the project to meet my demands. Is it possible to get some hints?
Create a search combining umbraco data and custom data
I have a structure looking a bit like this;
DocType A
DocType B
DocType C
and to assist DocType C I have created my own table to save aditional data.
Now I want to create a search functionality where the result will be a list of DocType C and the search options will be;
- one or more nodename/nodeid of DocType A
- one or more tags from a Tag Data Type from DocType A
- a minimum average of values from my own custom table
Any ideas how I can make this?
maybe this will assist you http://examine.codeplex.com/
Examine definitely looks interesting but I am having difficulties to understand how to setup and code the project to meet my demands. Is it possible to get some hints?
an article that helped at the begining
http://thereturnvalue.com/blog/2010/11/13/implements-examine-search-in-a-multi-language-umbraco-site
post any question you have :)
is working on a reply...