aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2015-12-14 23:09:14 -0500
committerRalph Amissah <ralph@amissah.com>2015-12-15 00:01:37 -0500
commitbc2b328eb7c53c6c8380a82a2ccbb29275e27b48 (patch)
treeb9ab130ceed13b59dbcefeeb3cd0c787eab923fb /data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi
parentemacs sisu-mode.el match tic style markup blocks ``` (revisit required) (diff)
documentation related to search, needs further review
Diffstat (limited to 'data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi')
-rw-r--r--data/doc/sisu/markup-samples/manual/en/sisu_search_intro.ssi17
1 files changed, 15 insertions, 2 deletions
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)