Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm looking for a good Search-Modul (how ironic) for my Umbraco-System. I found "XSLT-Search", but this doesn't work.
Runway is not installed. (needless)
I added a custom Document Type with following properties:
- pagetitle
- body
- teaser
But when I configure the XSLT-Template with the macro:
<umbraco:Macro runat="server" Alias="XSLTsearch" macroAlias="XSLTsearch" source="-1" searchFields="pagetitle,body,teaser" previewFields="pagetitle" previewType="beginning" searchBoxLocation="bottom" resultsPerPage="5" previewChars="255" showPageRange="0" showOrdinals="0" showScores="0" showStats="1"></umbraco:Macro>
nothing found on the search-page.
Do anyone have an idea?
Is there any documentation to include the XSLT-Search in a umbraco-page with custom document-types and properties?
Hi,
what version of Umbraco and XSLTsearch are you using?
Because there is a XSLTsearch v2.8.1 that supports new XML schema in version 4.5, and XSLTsearch v2.8 for Umbraco 3.x to 4.0.
Maybe that's your problem.
You can find documentation and versions here.
Cheers.
oh! Thank you very much.
I didn't noticed that there is a XSLT-Search v2.8.1 (I use umbraco v4.5.2)
Now everything is working fine.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using XSLT-Search for custum properties
I'm looking for a good Search-Modul (how ironic) for my Umbraco-System. I found "XSLT-Search", but this doesn't work.
Runway is not installed. (needless)
I added a custom Document Type with following properties:
- pagetitle
- body
- teaser
But when I configure the XSLT-Template with the macro:
nothing found on the search-page.
Do anyone have an idea?
Is there any documentation to include the XSLT-Search in a umbraco-page with custom document-types and properties?
Hi,
what version of Umbraco and XSLTsearch are you using?
Because there is a XSLTsearch v2.8.1 that supports new XML schema in version 4.5, and XSLTsearch v2.8 for Umbraco 3.x to 4.0.
Maybe that's your problem.
You can find documentation and versions here.
Cheers.
oh! Thank you very much.
I didn't noticed that there is a XSLT-Search v2.8.1 (I use umbraco v4.5.2)
Now everything is working fine.
is working on a reply...