Difference between revisions of "Search"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with '=Description= Search is useful for easy to find useful information on the page. You are able to find search boxes in various statistics pages and pages of entities list. <br><br…')
 
Line 7: Line 7:
<!---This functionality is available from MOR X4--->
<!---This functionality is available from MOR X4--->


To avoid big load on a page enter, when you come to the page, you need to click on the search button, that data would appear.
* To avoid big load on a page enter, when you come to the page, you need to click on the search button, that data would appear.


Text and numeric fields searched by the SQL condition: LIKE 'X', where X - Introduction of value that can have wildcard: %, for example: searching for xxx% will find all of the values ​​that start with xxx. Finding a xxx % to find all ending in xxx. Searching for% xxx% must find all of the middle of the yea xxx. Finding xxx% xxx to find all who starts and finishes the xxx xxx.
* Text and numeric fields searched by the SQL condition: LIKE 'X', where X - Introduction of value that can have wildcard: %, for example: searching for xxx% will find all of the values ​​that start with xxx. Finding a xxx % to find all ending in xxx. Searching for% xxx% must find all of the middle of the yea xxx. Finding xxx% xxx to find all who starts and finishes the xxx xxx.


Hit Clear search link to clear all search parameters.
* Hit Clear search link to clear all search parameters.

Revision as of 16:14, 18 November 2013

Description

Search is useful for easy to find useful information on the page. You are able to find search boxes in various statistics pages and pages of entities list.

Usage

  • To avoid big load on a page enter, when you come to the page, you need to click on the search button, that data would appear.
  • Text and numeric fields searched by the SQL condition: LIKE 'X', where X - Introduction of value that can have wildcard: %, for example: searching for xxx% will find all of the values ​​that start with xxx. Finding a xxx % to find all ending in xxx. Searching for% xxx% must find all of the middle of the yea xxx. Finding xxx% xxx to find all who starts and finishes the xxx xxx.
  • Hit Clear search link to clear all search parameters.