Skip to content

Commit

Permalink
docs for search tag
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDokuka committed Jul 24, 2015
1 parent 5ed42b2 commit d895eb4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/fundamental/advanced-configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Advanced Configuration
jdbc
image-processing
language
solr

8 changes: 8 additions & 0 deletions docs/fundamental/advanced-configuration/solr.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. include:: /common/stub-topic.txt

|stub-icon| Apache Solr
=======================




10 changes: 9 additions & 1 deletion docs/tag-engine/search.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ In this article:
Introduction
------------
ImCMS support powerful and flex search engine that integrate with well-known Apache Solr. Each document in the system index in solr.
Each content item on page indexing too: ImCMS provide searching by text content, document title, document alias, document menu description. Of course searching
depends on current language, that user has already been selected.


Use in template
---------------

For using image in template all that needed are insert image-tag in the desired place.
For using search in template all that needed are insert search-tag in the desired place.
.. code-block:: jsp
<imcms:search searchRequest="" skip="0" take="20">
</imcms:search>
Available list of tag attributes:
"""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit d895eb4

Please sign in to comment.