From bc2b328eb7c53c6c8380a82a2ccbb29275e27b48 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 14 Dec 2015 23:09:14 -0500 Subject: documentation related to search, needs further review --- .../sisu/markup-samples/manual/en/sisu_search_intro.ssi | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi') diff --git a/data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi b/data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi index 1969c1a4..1ae5ca16 100644 --- a/data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi +++ b/data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi @@ -24,9 +24,22 @@ 1~search_intro SiSU Search - Introduction ={ SiSU search } -SiSU output can easily and conveniently be indexed by a number of standalone indexing tools, such as Lucene, Hyperestraier. - Because the document structure of sites created is clearly defined, and the text object citation system is available hypothetically at least, for all forms of output, it is possible to search the sql database, and either read results from that database, or map the results to the html or other output, which has richer text markup. SiSU can populate a relational sql type database with documents at an object level, including objects numbers that are shared across different output types. Making a document corpus searchable with that degree of granularity. Basically, your match criteria is met by these documents and at these locations within each document, which can be viewed within the database directly or in various output formats. +SiSU can populate an sql database (sqlite3 or postgresql) with documents made up of their objects. It also can generate a cgi search form that can be used to query the database. + +In order to use the built in search functionality you would take the following steps. + +_* use sisu to populate an sql database with with a sisu markup content + +_1* sqlite3 should work out of the box + +_1* postgresql may require some initial database configuration + +_* provide a way to query the database, which sisu can assist with by + +_1* generating a sample ruby cgi search form, required (sisu configuration recommended) + +_1* adding a query field for this search form to be added to all html files (sisu configuration required) -- cgit v1.2.3