This commit is contained in:
2020-12-01 15:25:12 +00:00
parent 8abe88b439
commit a6c388f43d
2 changed files with 6 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@@ -53,7 +53,7 @@
"AYANOVA_FOLDER_USER_FILES": "c:\\temp\\RavenTestData\\userfiles",
"AYANOVA_FOLDER_BACKUP_FILES": "c:\\temp\\RavenTestData\\backupfiles",
"AYANOVA_FOLDER_TEMPORARY_SERVER_FILES": "c:\\temp\\RavenTestData\\tempfiles",
"AYANOVA_SERVER_TEST_MODE": "false",
"AYANOVA_SERVER_TEST_MODE": "true",
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-7",
"AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_13\\bin\\"

View File

@@ -17,6 +17,8 @@ Select lists have a special item represented by a single dash character `-` whic
## Searching
The fastest way to select an item when there are a large number of choices is by searching.
The choices in the select list can be searched for by entering text into the control.
A valid search consists of a single text search a single [Tag](ay-start-form-tags.md) search or both separated by a space.
@@ -44,6 +46,9 @@ Just like text searches, tag searches will match to any position in the tag name
### Combined searches
You can also search by tag and by text combined, for example entering `aul ..side` indicates you want to search all text for the letters "aul" and all tags for the letters "side" which is useful to narrow down the search quickly to very specific records.
### Item not appearing in search?
Inactive records are not valid for selection in many forms so if you are searching for an item that is set to Active=false it likely will not appear in your search on most forms by default.
### Opening selected record
If the selection list is displaying objects that you are able to open for editing, an edit icon will appear beside the control and clicking on that icon will directly open the edit form for that record or a empty for for a new record if the special "-" no selection item has been selected. This is a quick way to get to the object from another object's edit form. You will be prompted to save changes first if you have any unsaved changes.