Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • fakl 2 posts 22 karma points
    Nov 09, 2010 @ 17:18
    fakl
    0

    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:

    <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?

  • Almir Vereget 62 posts 150 karma points
    Nov 09, 2010 @ 18:36
    Almir Vereget
    0

    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.

  • fakl 2 posts 22 karma points
    Nov 09, 2010 @ 23:48
    fakl
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft