client: update searchWordsDescription
This commit is contained in:
parent
65d286a052
commit
0147ecba93
1 changed files with 4 additions and 3 deletions
|
@ -1211,10 +1211,11 @@ 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
|
||||
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'
|
||||
or 'night' (or both).\nYou can also combine AND/OR conditions like '(morning OR
|
||||
night) sleepy'.\nIf you want to search for a sequence of words (e.g., a sentence),
|
||||
or 'night' (or both).\nYou can also filter out certain word(s) from the search results, like
|
||||
'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\"\
|
||||
\n\n If 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
|
||||
that literally contain the ID/URL."
|
||||
searchUsers: "Posted by (optional)"
|
||||
|
|
Loading…
Reference in a new issue