Skip to content

Commit 22030ea

Browse files
authored
Update 4.1.-Coding-Text.md
1 parent 7cec7ad commit 22030ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/doc/en/4.1.-Coding-Text.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ The _Auto-code exact text_ button and the _Auto-code text fragment_ button have
6363

6464
There is an undo button to remove the auto-codings that were last applied.
6565

66-
**ERROR IDENTIFIED in version 3.8: When coding exact text and selecting multiple files,the autocoding process stops, as soon as it finds a file with no matching text, and does not continue with the subsequent files.
66+
**Auto-code Exact Text ERRORS IDENTIFIED in version 3.8:**
67+
**When auto-coding exact text and selecting multiple files,the autocoding process stops, as soon as it finds a file with no matching text, and does not continue with the subsequent files.
6768
SOLUTION: select only ONE file in the file selection step, or use QualCoder 3.7 version.**
69+
**When auto-coding exact text with REGEX the regex text is stored in the coding segment, and not the correct text.
70+
SOLUTION: Back up your project and run an update in Reports > Database Queries using this command: _update code_text set seltext = (select substr(source.fulltext, code_text.pos0 + 1, code_text.pos1-code_text.pos0) from source where code_text.fid=source.id)_**
6871

6972
## Auto speaker codings
7073

0 commit comments

Comments
 (0)