SearchResults 1.0 with XSLT.zip where to Download? Options
thahammer
Posted: Monday, October 01, 2007 2:37:28 PM

Rank: Aficionado

Joined: 8/28/2007
Posts: 130
Location: Bavaria
I´m just trying to make the Search in umbraco, but i´m to Blind to find the ZIP File!! Can someone help me, and give me the Link? :hmm:

I Love umbraco
racer.x
Posted: Monday, October 01, 2007 3:47:00 PM

Rank: Devotee

Joined: 7/20/2006
Posts: 71
Location: Nürnberg, Germany
here we go
www.percipientstudios.com/xsltsearch

cheers, horst
drobar
Posted: Monday, October 01, 2007 3:51:30 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,831
Location: MA, USA
Hi, Marcus,

You can get the Lucene-based umbraco search as part of the umbraco utilities at:

http://www.codeplex.com/umbracoext/Release/ProjectReleases.aspx or the older,
http://old.umbraco.org/frontpage/download/extensions/umbracoutilities.aspx.

If you're looking for XSLTsearch, which is not based on lucene, you can get it at http://umbraco.percipientstudios.com/xsltsearch.aspx


If you want to use some XSLT to modify the output of the lucene-based search, I think Casey has a post about that somewhere. XSLTsearch is not meant to plug-in to lucene, it is a full replacement (though it can also run side-by-side with lucene... so you could test them both if you like).

cheers,
doug.

MVP 2007-2009 - Percipient Studios
thahammer
Posted: Monday, October 01, 2007 3:53:33 PM

Rank: Aficionado

Joined: 8/28/2007
Posts: 130
Location: Bavaria
Thanks! I found it already by myself. I was Blind at this Point. The Search is running, but not perfect at all!
Code:
<xsl:variable name="searchFields" select="ps:getListParameter(string(//macro/searchFields), '@nodeName,description,bodyText')"/>
My Return key don´t work! So what can i write here inside?

I Love umbraco
drobar
Posted: Monday, October 01, 2007 4:30:39 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,831
Location: MA, USA
Ummm... you don't write anything in the XSLTsearch's code. Rather, you pass parameters in via the macro properties. The included PDF documentation explains.

By default, XSLTsearch will look to the bodyText property of your DocTypes. If you've used more (or different) property names, you'd want to include those in the searchFields macro parameter.

cheers,
doug.

MVP 2007-2009 - Percipient Studios
thahammer
Posted: Monday, October 01, 2007 4:35:44 PM

Rank: Aficionado

Joined: 8/28/2007
Posts: 130
Location: Bavaria
Douglas Robar wrote:

Ummm... you don't write anything in the XSLTsearch's code. Rather, you pass parameters in via the macro properties. The included PDF documentation explains.

By default, XSLTsearch will look to the bodyText property of your DocTypes. If you've used more (or different) property names, you'd want to include those in the searchFields macro parameter.

cheers,
doug.

Hi Doug, i already changed the xslt File a little Bit. Cause i need it in German, instead of Englisch. Although i rewrite the css! So, if i understand it correct, i can write in my textfieldnames from my site? My search looking good now, but it´s still not perfect! He, i changed the Submit Button. The Text is gone and i made a background Image instead. But my transparent Gif is always showed with an Background?

I Love umbraco
drobar
Posted: Tuesday, October 02, 2007 2:53:31 AM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,831
Location: MA, USA
Hi, Markus,

Read the XSLTsearch documentation at http://umbraco.percipientstudios.com/xsltsearch/documentation.aspx for instructions on how to configure XSLTsearch for your document type properties (see the searchFields parameter), as well as setting up the macro parameters to pass your settings from your template to the xslt file.

As for the submit button... I don't understand. Can you explain in more detail what you are doing and what result you see in the browser?

cheers,
doug.

MVP 2007-2009 - Percipient Studios
thahammer
Posted: Tuesday, October 02, 2007 8:07:33 AM

Rank: Aficionado

Joined: 8/28/2007
Posts: 130
Location: Bavaria
Douglas Robar wrote:

Hi, Markus,

Read the XSLTsearch documentation at http://umbraco.percipientstudios.com/xsltsearch/documentation.aspx for instructions on how to configure XSLTsearch for your document type properties (see the searchFields parameter), as well as setting up the macro parameters to pass your settings from your template to the xslt file.

As for the submit button... I don't understand. Can you explain in more detail what you are doing and what result you see in the browser?

cheers,
doug.

I will read the Documentation more Today! :D
Well the Submit Button is styled over the css completly. You give them an class. In the Class you have an Background-image, no-repeat, width and height of the Picture. And there is no value for the Submit Input. Thats all! I have a Go Picture as Submit Button.

I Love umbraco
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.