<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>multiple columns Archives : Binary Bits</title>
	<atom:link href="https://blog.binarybits.net/tag/multiple-columns/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.binarybits.net/tag/multiple-columns/</link>
	<description>Bits &#38; Pieces - A blog by Kannan Balasubramanian</description>
	<lastBuildDate>Mon, 01 Apr 2013 11:10:36 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Searching in a list with one keyword across two columns</title>
		<link>https://blog.binarybits.net/searching-in-a-list-with-one-keyword-across-two-columns/</link>
					<comments>https://blog.binarybits.net/searching-in-a-list-with-one-keyword-across-two-columns/#respond</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Mon, 01 Apr 2013 11:10:36 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[multiple columns]]></category>
		<category><![CDATA[Search]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=499</guid>

					<description><![CDATA[<p>We have a document list with 2 columns. One is a text column and other is a lookup column The requirement was that, user should be able to search across two columns, where the condition being, search should match with either of the column. The following url format works for this particualr scenario. http://server/sites/site1/sitePages/DocumentSearchPage.aspx?k= &#38;r=Column1:&#8221;query*&#8221; [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/searching-in-a-list-with-one-keyword-across-two-columns/">Searching in a list with one keyword across two columns</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We have a document list with 2 columns. One is a text column and other is a lookup column</p>
<p>The requirement was that, user should be able to search across two columns, where the condition being, search should match with either of the column. The following url format works for this particualr scenario.</p>
<blockquote><p>http://server/sites/site1/sitePages/DocumentSearchPage.aspx?k= &amp;r=Column1:&#8221;query*&#8221; OR Column2:&#8221;query*&#8221;&amp;cs=This List&amp;u=http://server/sites/site1/library1</p></blockquote>
<p>Note:</p>
<p><em>DocumentSearchPage.aspx</em> has a <em>Search Core Results</em> webpart.</p>
<p>The parameer &#8220;k&#8221; is not required. But sometime without this parameter search result is blank. Hence &#8220;k&#8221; will have a empty character as string.</p>
<p><em>cs=This List</em> is a query paramter which helps in searching a particular library. This depends on the parameter &#8220;u&#8221; explained in next line.</p>
<p><em>u=http://server/sites/site1/library1</em> is the library from which search result should come.</p>
<p>The post <a href="https://blog.binarybits.net/searching-in-a-list-with-one-keyword-across-two-columns/">Searching in a list with one keyword across two columns</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/searching-in-a-list-with-one-keyword-across-two-columns/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: blog.binarybits.net @ 2026-04-23 06:42:13 by W3 Total Cache
-->