<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/tests/app/Models/SearchTest.php, branch 1.1.2-beta</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-04-22T04:24:22+00:00</updated>
<entry>
<title>Split the search into values</title>
<updated>2015-04-22T04:24:22+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-04-22T04:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d229216cccbd746b46630a44fa508ef0367ea1a1'/>
<id>urn:sha1:d229216cccbd746b46630a44fa508ef0367ea1a1</id>
<content type='text'>
Before, the search was a single value.
Now it is splited in chuncks when separated by spaces.
Except if they are enclosed by single quotes or double quotes.

For some reasons, the unit tests are working for both single and double quotes but the
search box isn't. It is working only with single quotes.
We need to investigate the reason of this behavior.

See #823
</content>
</entry>
<entry>
<title>Add search default raw value</title>
<updated>2015-02-21T14:46:25+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-21T14:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=50b6a02578c29c780e6fe36af712bdc7cfe81d3d'/>
<id>urn:sha1:50b6a02578c29c780e6fe36af712bdc7cfe81d3d</id>
<content type='text'>
Before, the default value was undefined. Now it always has a value even when no value is provided.
</content>
</entry>
<entry>
<title>Add a test to verify if the search input is stored correctly</title>
<updated>2015-02-13T02:08:37+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-13T02:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=964e67d4a4914008b0f7bc941d77215b2038012c'/>
<id>urn:sha1:964e67d4a4914008b0f7bc941d77215b2038012c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract the search code from the context</title>
<updated>2015-02-12T02:49:21+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-12T01:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f30ded2f863ed4a33ae8194d6cf00eaa877c9b6a'/>
<id>urn:sha1:f30ded2f863ed4a33ae8194d6cf00eaa877c9b6a</id>
<content type='text'>
I figured that the code for the search could be extracted from the context to have separation of concern.
It supports multiple keywords. It suports also multiple tag keywords.
</content>
</entry>
</feed>
