<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> <head> <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <meta name="author" content="By John Mercouris" /> <title>Supercharging Demeter's search!</title> <style type="text/css"> code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} span.underline{text-decoration: underline;} div.column{display: inline-block; vertical-align: top; width: 50%;} </style> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> </head> <body> <header> <h1 class="title">Supercharging Demeter's search!</h1> <p class="author">By John Mercouris</p> </header> <p>We are happy to announce a new version of Demeter, our mythical feed reader! This update is available for all existing users (simply re-download Demeter to fetch a new version). To learn more about Demeter, please see <a href="https://nyxt.atlas.engineer/application/demeter.org">here</a>.</p> <p>Included in this new version of Demeter is a new caching system for articles, and a sophisticated article content search powered by Montezuma!</p> <p>To invoke the new search, run the command <code>search-articles</code>:</p> <p><img src="../static/image/article/demeter-search-articles.png" /></p> <p>Then, type in the information that you would like to search for:</p> <p><img src="../static/image/article/demeter-search.png" /></p> <p>This search is more powerful than simply looking at the titles/content of documents. It will also consider suffixes and prefixes, doing a complete logical search.</p> <p>Montezuma is a very fascinating library that has supercharged Demeter's search. We hope you enjoy it :-)</p> <p>thanks for reading!</p> </body> </html>