Skip to content

Commit 688e4fa

Browse files
authored
Update 4.1.-Coding-Text.md
1 parent d0adee8 commit 688e4fa

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +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-
**Auto-code Exact Text ERRORS IDENTIFIED in version 3.8:**
66+
**Auto-code Exact Text ERRORS IDENTIFIED in version 3.8. Please upgraade to version 3.8.2**
6767

68-
**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.
69-
SOLUTION: select only ONE file in the file selection step, or use QualCoder 3.7 version.**
68+
**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.**
7069

71-
**When auto-coding exact text with REGEX the regex text is stored in the coding segment, and not the correct text.
72-
SOLUTION: Back up your project and run an update in Reports > Database Queries using this command:**
70+
**When auto-coding exact text with REGEX the regex text is stored in the coding segment, and not the correct text identfied using REGEX. Soltion where this has occured: Back up your project first and then run an update in Reports > Database Queries using this command**
7371

7472
_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)_
7573

0 commit comments

Comments
 (0)