Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbb7e15

Browse files
committed
adding AGAINST full-text search boundaries
1 parent ccbd93c commit bbb7e15

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

xml/payloads.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,16 @@ Formats:
543543
</boundary>
544544
<!-- End of INSERT/UPDATE generic boundaries -->
545545

546+
<!-- AGAINST boolean full-text search boundaries (http://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html) -->
547+
<boundary>
548+
<level>4</level>
549+
<clause>1</clause>
550+
<where>1</where>
551+
<ptype>2</ptype>
552+
<prefix>' IN BOOLEAN MODE)</prefix>
553+
<suffix>#</suffix>
554+
</boundary>
555+
<!-- End of AGAINST boolean full-text search boundaries -->
546556

547557
<!-- Boolean-based blind tests - WHERE/HAVING clause -->
548558
<test>

0 commit comments

Comments
 (0)