This is a full-text search system. You can search for documents including some specified words.
Input search phrase into the field at the top of the page. For example, if you search for documents including "computer", input the following.
computer
If you search for documents including both of "network" and "socket", input the following.
network socket
It is the same as the following.
network AND socket
If you search for documents including "network" followed by "socket", input the following.
"network socket"
If you search for documents including one or both of "network" and "socket", input the following.
network OR socket
If you search for documents including "network" but without "socket", input the following.
network AND NOT socket
For more complex query, you can use "(
". Note that the priority of "(
" is higher than that of "AND
",
"OR
" and "NOT
". So, the following is to search for documents including one of "F1", "F-1", "Formula One", and including
one of "champion" and "victory".
(F1 OR F-1 OR "Formula One") AND (champion OR victory)
If you search for documents including some words beginning with "inter", input the following.
inter*
If you search for documents including some words ending with "sphere", input the following.
*sphere
If you search for documents matching some words matching "?n*able" (unable, unavoidable, inevitable, ...), input the following.
?n*able
"[...] per page
" specifies the number of shown documents per page. If documents over one page correspond, you can move to another
page via anchors of "PREV
" and "NEXT
" at the bottom of the page.
See the project site for more detail.
Your search did not match any documents.