I am unsure if the XSLT search will work on umbraco 7 running MVC mode. I am currently working on a project using Umbraco 7.2.1 where we also need a search functionality, and we are using the ezSearch https://our.umbraco.org/projects/website-utilities/ezsearch from Matt Brailsford.
ezSearch is the easy search solution for your Umbraco MVC websites. It's fast, self contained and completely configurable. So perhaps you could try to see if you can use ezSeach instead.
XSLTsearch does work with 7.x (just tested it with 7.2.2) but it takes a bit of twiddling to get it running correctly (remake the XSLTsearch template as an MVC template; be sure to include a
You could certainly add the capability with a pdf/office parser and add that info to the examine indexes, but it isn't something that comes out of the box.
XSLT search on umbraco 7
Hello ,
I am using xslt search 3.0.5 on umbraco 7. But it does not seem to be working. I am getting no result each time when doing a search.
Is there any fix for xslt search on umbraco 7.
Thanking you in advance for your help.
kusum
Hi k,
I am unsure if the XSLT search will work on umbraco 7 running MVC mode. I am currently working on a project using Umbraco 7.2.1 where we also need a search functionality, and we are using the ezSearch https://our.umbraco.org/projects/website-utilities/ezsearch from Matt Brailsford.
ezSearch is the easy search solution for your Umbraco MVC websites. It's fast, self contained and completely configurable. So perhaps you could try to see if you can use ezSeach instead.
Hope this helps and could be a solution for you,
/Dennis
Hi Kusum,
Dont think umbraco 7 support XSLT search anymore. You can eiterh use the ezSearch or you can create a custom search using lucene.
//fuji
XSLTsearch does work with 7.x (just tested it with 7.2.2) but it takes a bit of twiddling to get it running correctly (remake the XSLTsearch template as an MVC template; be sure to include a
Hey Doug,
Looks like you still have you hand on the future !! :)
Thanks for pointing out.
//Fuji
You might set the source as "-1" as it wasn't picking up the id being passed in my case
Does ezSearch find meta content from extended file such as pdf, xlsx, or docx?
@Nigel - nope, just the filename for media items.
You could certainly add the capability with a pdf/office parser and add that info to the examine indexes, but it isn't something that comes out of the box.
cheers,
doug.
is working on a reply...