Copied to clipboard

Flag this post as spam?

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


  • Matteo Piras 7 posts 27 karma points
    Aug 02, 2010 @ 11:37
    Matteo Piras
    0

    Umbraco native search

    Hi all, 

    i need simple search with umbraco xslt without lucene... Someone can halp me?

     

  • wolulcmit 357 posts 693 karma points
    Aug 02, 2010 @ 11:46
    wolulcmit
    1

    this might be what you're looking for:
    http://our.umbraco.org/projects/website-utilities/xsltsearch

  • Dan 1250 posts 3747 karma points admin c-trib
    Aug 02, 2010 @ 11:47
    Dan
    0

    Hi,

    I've always found Doug Robar's XSLTSearch package excellent.

    HTH

  • Matteo Piras 7 posts 27 karma points
    Aug 04, 2010 @ 11:12
    Matteo Piras
    0

    thank you guys,

    but i need a example search without eny reference to the creator...isn't that?

     

  • Dan 1250 posts 3747 karma points admin c-trib
    Aug 04, 2010 @ 11:23
    Dan
    0

    Really no idea what you mean Matteo, I'm afraid.

    The XSLTSearch package doesn't indicate anywhere on the page that it's "Doug's XSLTSearch package" - it's entirely XSLT based and 100% configurable.  Can you give us a bit more clarity?

  • Matteo Piras 7 posts 27 karma points
    Aug 04, 2010 @ 16:08
    Matteo Piras
    0

    how can I import the package?? i have the package import function disabled in my solution project...

    can i copy the xslt file in my solution and it works?

    in the xslt file i have that code

    <xsl:stylesheet version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        xmlns:msxml="urn:schemas-microsoft-com:xslt"
        xmlns:msxsl="urn:schemas-microsoft-com:xslt"
        xmlns:umbraco.library="urn:umbraco.library"
        xmlns:ps="urn:percipientstudios-com:xslt"
        exclude-result-prefixes="msxml umbraco.library ps">

        <xsl:output method="xml" omit-xml-declaration="yes" />

    how can i rename it???

    thank you... XD

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies