client: update searchWordsDescription
This commit is contained in:
parent
65d286a052
commit
0147ecba93
1 changed files with 4 additions and 3 deletions
|
@ -1211,8 +1211,9 @@ searchWordsDescription: "Enter the search term here to search for posts. Separat
|
||||||
words with a space for an AND search, or 'OR' (without quotes) between words for
|
words with a space for an AND search, or 'OR' (without quotes) between words for
|
||||||
an OR search.\nFor example, 'morning night' will find posts that contain both 'morning'
|
an OR search.\nFor example, 'morning night' will find posts that contain both 'morning'
|
||||||
and 'night', and 'morning OR night' will find posts that contain either 'morning'
|
and 'night', and 'morning OR night' will find posts that contain either 'morning'
|
||||||
or 'night' (or both).\nYou can also combine AND/OR conditions like '(morning OR
|
or 'night' (or both).\nYou can also filter out certain word(s) from the search results, like
|
||||||
night) sleepy'.\nIf you want to search for a sequence of words (e.g., a sentence),
|
'sleepy -morning -breakfast'. Moreover, you can combine these AND/OR/exclude conditions like
|
||||||
|
'(morning OR night) sleepy -breakfast'.\nIf you want to search for a sequence of words (e.g., a sentence),
|
||||||
you must put it in double quotes, not to make it an AND search: \"Today I learned\"\
|
you must put it in double quotes, not to make it an AND search: \"Today I learned\"\
|
||||||
\n\nIf you want to go to a specific user page or post page, enter the ID or URL
|
\n\nIf you want to go to a specific user page or post page, enter the ID or URL
|
||||||
in this field and click the 'Lookup' button. Clicking 'Search' will search for posts
|
in this field and click the 'Lookup' button. Clicking 'Search' will search for posts
|
||||||
|
|
Loading…
Reference in a new issue