<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/Search.php, branch 1.3.1-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.3.1-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.3.1-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 a default string representation</title>
<updated>2015-02-21T14:47:40+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-21T14:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=74c020edc846d0afdecb05ae1e1f30a516dee002'/>
<id>urn:sha1:74c020edc846d0afdecb05ae1e1f30a516dee002</id>
<content type='text'>
In some part of the code, the search is displayed as is and crash since there is no way to display the search object as a string.
</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 required library</title>
<updated>2015-02-21T14:45:19+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-21T12:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f5028d30d047ae50ac2d89a9a66266de086ac718'/>
<id>urn:sha1:f5028d30d047ae50ac2d89a9a66266de086ac718</id>
<content type='text'>
The lib_date.php library was missing in the Search object file. It is required to make date conversion in that object.
</content>
</entry>
<entry>
<title>Refactor the code to make less unnecessaty calls</title>
<updated>2015-02-13T02:05:33+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-13T02:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9f83aa5fe79618be98cb027bb1070f5a11c51723'/>
<id>urn:sha1:9f83aa5fe79618be98cb027bb1070f5a11c51723</id>
<content type='text'>
There were multiple calls made to the cleaning method that were unnecessary since it is useful only on the last call.
It allows to simplify code by returning values ealier.
</content>
</entry>
<entry>
<title>Remove code generated by netbeans</title>
<updated>2015-02-12T02:52:10+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-02-12T02:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9cee5c1a17947d3f3d10554844b7089e28cf8500'/>
<id>urn:sha1:9cee5c1a17947d3f3d10554844b7089e28cf8500</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>
