Kexi/Main Window/Search: Difference between revisions
Appearance
< Kexi | Main Window
m ideas added |
No edit summary |
||
Line 1: | Line 1: | ||
Global Search, in a box at top-right. | Global Search, in a box at top-right. | ||
Usage: Type Ctrl+K to focus it, as in browsers. | Usage: Type Ctrl+K to focus it, as in browsers. Full-text search. Highlighing items highlights relevant areas in GUI. Pressing Enter jumps to the GUI element. | ||
==Status== | |||
For 2.4 it can be used for searching through object names (tables, forms, etc). | For 2.4 it can be used for searching through object names (tables, forms, etc). | ||
Implemented by jstaniek. Available in Calligra RC1 and later. | |||
==Ideas for extensions== | ==Ideas for extensions== | ||
(by diggy) | |||
* Have a combo box on the right to filter searching (with check boxes) eg: | * Have a combo box on the right to filter searching (with check boxes) eg: | ||
: '''Objects''' (As a seperator) | : '''Objects''' (As a seperator) | ||
Line 18: | Line 21: | ||
* Find related fields I depend on | * Find related fields I depend on | ||
* Find related fields that depend on me | * Find related fields that depend on me | ||
(by jstaniek) | |||
*history |
Revision as of 09:47, 24 October 2011
Global Search, in a box at top-right.
Usage: Type Ctrl+K to focus it, as in browsers. Full-text search. Highlighing items highlights relevant areas in GUI. Pressing Enter jumps to the GUI element.
Status
For 2.4 it can be used for searching through object names (tables, forms, etc). Implemented by jstaniek. Available in Calligra RC1 and later.
Ideas for extensions
(by diggy)
- Have a combo box on the right to filter searching (with check boxes) eg:
- Objects (As a seperator)
- Tables
- Queries
- Forms
- Reports
- Scripts
- Data (As a seperator)
- Data in Database Tables
- Search objects / data using RegEx
- Find related fields I depend on
- Find related fields that depend on me
(by jstaniek)
- history