Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
ca32f7d0
Commit
ca32f7d0
authored
Feb 19, 2020
by
Carsten Rose
Browse files
Merge remote-tracking branch 'origin/develop' into F9517TagInput
parents
9815cca0
72d5ef9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
ca32f7d0
...
...
@@ -3542,7 +3542,7 @@ SQL
* *FormElement.parameter*:
* *typeAheadSql* = `SELECT ... AS 'id', ... AS 'value' WHERE name LIKE ? OR firstName LIKE ? LIMIT 100`
* *typeAheadSql* = `SELECT ... AS 'id', ... AS 'value'
FROM ...
WHERE name LIKE ? OR firstName LIKE ? LIMIT 100`
* If there is only one column in the SELECT statement, that one will be used and there is no dict (key/value pair).
* If there is no column `id` or no column `value`, then the first column becomes `id` and the second column becomes `value`.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment