Diary Search (Namazu v2)

This index contains 6,809 day diary and 117,827 keywords.

Last modified: 2019-10-30


Search String: [How to search]

Display: Description: Sort:

How to search

One term query

The query specifies only one term for retrieving all documents which contain the term. e.g.,

hns

AND query

The query specifies two or more terms for retrieving all documents which contain both terms. You can insert the and operator between the terms to do AND query. e.g.,

Hoshino and Ruri

You can ommit the and operator. Terms which is separated by one ore more spaces is assumed to be AND query.

OR query

The query specifies two or more terms for retrieving all documents which contain either term. You can insert the or operator between the terms to do OR query. e.g.,

hns or HyperNikkiSystem

NOT query

The query specifies two or more terms for retrieving all documents which contain a first term but does't contain the following terms. You can insert the not operator between the terms to do NOT query. e.g.,

hns not Windows

Grouping

You can group queries by surrounding them by parentheses. the parentheses should be separated by one ore more spaces. e.g.,

( hns or HyperNikkiSystem ) and Linux not Windows

Phrase searching

You can search a phrase which consists of two or more terms by surrounding them with double quotes like "..." or with braces like {...}. You must choose the latter with Tkanamzu or namazu.el. In Namazu, precision of phrase searching is not 100 %, so it cause wrong results occasionally. e.g.,

{GNU hns}

Substring matching

The are three types of substring matching searching.

Prefix matching
hyper* (terms which begin with hyper)
Inside matching
*nikki* (terms which contain nikki)
Suffix matching
*system (terms which terminated with system)

Regular expressions

You can use regular expressions for pattern matching. The regular expressions must be surrounded by slashes like /.../. Namazu uses codes of Ruby for the regular expressions engine. It offers generally Perl compatible flavor. e.g.,

/pro(gram|blem)s?/

Notes


This search system is powered by Namazu v2.0.21

chanoyu@sun.interq.or.jp