Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_2' into QA_4_2
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed May 28, 2014
2 parents 768a0be + 252d83a commit 6807d6b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/config.rst
Expand Up @@ -746,6 +746,20 @@ Server connection settings
* put the table name in :config:option:`$cfg['Servers'][$i]['navigationhiding']` (e.g.
``pma__navigationhiding``)

.. _savedsearches:
.. config:option:: $cfg['Servers'][$i]['savedsearches']
:type: string
:default: ``''``

Since release 4.2.0 you can save and load query-by-example searches from the Database > Query panel.

To allow the usage of this functionality:

* set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage
* put the table name in :config:option:`$cfg['Servers'][$i]['savedsearches']` (e.g.
``pma__savedsearches``)

.. _tracking:
.. config:option:: $cfg['Servers'][$i]['tracking']
Expand Down

0 comments on commit 6807d6b

Please sign in to comment.