<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion</title>
	<atom:link href="http://blog.comperiosearch.com/blog/2013/02/17/introducing-solrstrap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com/blog/2013/02/17/introducing-solrstrap/</link>
	<description>A blog about Search as THE solution</description>
	<lastBuildDate>Mon, 26 Oct 2015 18:07:52 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Raymond Wiker</title>
		<link>http://blog.comperiosearch.com/blog/2013/02/17/introducing-solrstrap/#comment-6836</link>
		<dc:creator><![CDATA[Raymond Wiker]]></dc:creator>
		<pubDate>Fri, 09 Aug 2013 08:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1235#comment-6836</guid>
		<description><![CDATA[Hi, I have been looking at solrstrap for the last few days. It looks like a useful model for creating responsive search applications.

I have forked the project on github, and made a few changes that you might want to consider:

1) Added search term highlighting to search result.

2) Made facet handling more robust (the current code does not handle facet values with whitespace or non-ASCII characters).

3) Use jQuery.ajax instead of jQuery.getJSON for queries - this makes it possible to use jsonp (which does away with CORS restrictions), and also makes it easier to set up the query (as you don&#039;t have to construct the url).

4) Use click handlers for facets (both for adding and removing). This also makes the handlebars templates simpler.

A few more options:

5) Use the jquery.bbq library instead of modifying the page url directly (simpler and probably more effective, as jquery.bbq modifies the fragment part of the url, which can be done without a reload). Note: I&#039;m not 100% sure how this plays with repeated parameters, like &quot;fq&quot;.

6) Use cdnjs.com (or similar) to access jquery, bootstrap etc instead of bundling these with solrstrap.]]></description>
		<content:encoded><![CDATA[<p>Hi, I have been looking at solrstrap for the last few days. It looks like a useful model for creating responsive search applications.</p>
<p>I have forked the project on github, and made a few changes that you might want to consider:</p>
<p>1) Added search term highlighting to search result.</p>
<p>2) Made facet handling more robust (the current code does not handle facet values with whitespace or non-ASCII characters).</p>
<p>3) Use jQuery.ajax instead of jQuery.getJSON for queries &#8211; this makes it possible to use jsonp (which does away with CORS restrictions), and also makes it easier to set up the query (as you don&#8217;t have to construct the url).</p>
<p>4) Use click handlers for facets (both for adding and removing). This also makes the handlebars templates simpler.</p>
<p>A few more options:</p>
<p>5) Use the jquery.bbq library instead of modifying the page url directly (simpler and probably more effective, as jquery.bbq modifies the fragment part of the url, which can be done without a reload). Note: I&#8217;m not 100% sure how this plays with repeated parameters, like &#8220;fq&#8221;.</p>
<p>6) Use cdnjs.com (or similar) to access jquery, bootstrap etc instead of bundling these with solrstrap.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
