<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat/python/fatcat_web/templates/container_search.html, branch v0.3.3</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/fatcat/atom?h=v0.3.3</id>
<link rel='self' href='https://git.bnewbold.net/fatcat/atom?h=v0.3.3'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/'/>
<updated>2020-07-28T23:50:24+00:00</updated>
<entry>
<title>search: catch ES errors and display better</title>
<updated>2020-07-28T23:50:24+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2020-07-28T23:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=76cec8852f6e431b1c87f7d25f8bd4404f1c67e1'/>
<id>urn:sha1:76cec8852f6e431b1c87f7d25f8bd4404f1c67e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor search macros into new file</title>
<updated>2020-07-28T22:54:44+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2020-07-28T22:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=1301f6ba6c6ea31bdbcd3619d7f235912726f30a'/>
<id>urn:sha1:1301f6ba6c6ea31bdbcd3619d7f235912726f30a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor release and container search</title>
<updated>2020-07-24T17:07:48+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2020-07-02T03:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=b9ba24553e2e1de3c3ac0faeba59231ec512fa67'/>
<id>urn:sha1:b9ba24553e2e1de3c3ac0faeba59231ec512fa67</id>
<content type='text'>
Based on fatcat-scholar refactoring.

This doesn't include refactoring of stats, aggregates, or histograms
yet, just the direct queries.

Don't have any test coverage yet; intend to try elasticmock or figuring
out how to ingest mock JSON results directly.
</content>
</entry>
<entry>
<title>web search: improve indentation, fix missing div tags</title>
<updated>2020-04-24T01:26:13+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2020-04-24T01:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=f3d286d92088a2f7038e0635a85a09c7de322147'/>
<id>urn:sha1:f3d286d92088a2f7038e0635a85a09c7de322147</id>
<content type='text'>
These are back-ported fixes from covid19.fatcat.wiki
</content>
</entry>
<entry>
<title>pagination: use correct endpoint in navigation</title>
<updated>2020-01-18T12:31:22+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2020-01-17T23:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=e251400af21d9457fcf9c5cd0d15c20424fbb40b'/>
<id>urn:sha1:e251400af21d9457fcf9c5cd0d15c20424fbb40b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move pagination into macros</title>
<updated>2019-11-14T13:50:16+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2019-11-13T15:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=116a47f6057245159851ff204f9e4c1e643c3d8d'/>
<id>urn:sha1:116a47f6057245159851ff204f9e4c1e643c3d8d</id>
<content type='text'>
Two new macros:

* top_results(found)
* bottom_results(found)

wip: move pagination into macro
</content>
</entry>
<entry>
<title>Add basic pagination to search results</title>
<updated>2019-11-08T22:12:12+00:00</updated>
<author>
<name>Martin Czygan</name>
<email>martin.czygan@gmail.com</email>
</author>
<published>2019-11-08T22:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=ed72027bbf36e933c8db069bd02b0163a84aef83'/>
<id>urn:sha1:ed72027bbf36e933c8db069bd02b0163a84aef83</id>
<content type='text'>
The "deep paging problem" imposes some limit, which currently is a
hardcoded default value, `deep_page_limit=2000` in `do_search`.

Elasticsearch can be configured, too:

&gt; Note that from + size can not be more than the index.max_result_window
index setting, which defaults to 10,000.

-- https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-from-size
</content>
</entry>
<entry>
<title>more descriptive HTML titles</title>
<updated>2019-06-30T10:48:09+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-06-30T10:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=d1806d43a9d14e27346a0f7a1c36411dead19738'/>
<id>urn:sha1:d1806d43a9d14e27346a0f7a1c36411dead19738</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typos and HTML validation</title>
<updated>2019-06-14T17:23:58+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-06-14T17:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=e630bdbda05507ceac205bdd1dad84d0dd881d75'/>
<id>urn:sha1:e630bdbda05507ceac205bdd1dad84d0dd881d75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more UI tweaking</title>
<updated>2019-06-14T00:48:55+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-06-14T00:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=1630922376080efd42469a99e4b4836ea9d00228'/>
<id>urn:sha1:1630922376080efd42469a99e4b4836ea9d00228</id>
<content type='text'>
</content>
</entry>
</feed>
