search queries contain list of keywords, not sentence

pull/4/head
Zlatin Balevsky 2019-05-24 11:51:06 +01:00
parent 8ea6ecdea9
commit 0fa913ff89
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ Sent by a leaf or ultrapeer when performing a search. Contains the reply-to per
version: 1, version: 1,
uuid: "asdf-1234..." uuid: "asdf-1234..."
firstHop: false, firstHop: false,
keywords : "search query (i18n encoded)", keywords : ["keyword1","keyword2"...]
infohash: "asdfasdf...", infohash: "asdfasdf...",
replyTo : "asdfasf...b64" replyTo : "asdfasf...b64"
} }