Project

General

Profile

Actions

Query » History » Revision 1

Revision 1/29 | Next »
Alison Craig, 03/03/2015 02:14 PM
Initial writeup


Query

For the Query Protocol, the user will send messages of the format: [field1]=[search1],[field2]=[search2],?=[search3], where field1 and field2 are Name components, ? indicates an autocomplete search, and search* is what to use for searching on. (See Schema)

In response, the Query backend of the Catalog will make Data available that includes a list of names that match the query.


TLV Formats

Query Interest TLV

Type = Interest (0x05)
Length
Value
Type = field|?
Length = 2000 bytes (Want enough room for search)
Value = [search]

Updated by Alison Craig about 9 years ago · 1 revisions