Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32580ef

Browse files
committed
Fix for word with several infinitives
1 parent3819afa commit32580ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/tsearch2/query.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ pushval_morph(QPRS_STATE * state, int typeval, char *strval, int lenval, int2 we
278278
pushval_asis(state,VAL,prs.words[count].word,prs.words[count].len,weight);
279279
pfree(prs.words[count].word);
280280
if (count)
281-
pushquery(state,OPR, (int4)'|',0,0,0);
281+
pushquery(state,OPR, (int4)'&',0,0,0);
282282
}
283283
pfree(prs.words);
284284

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp