WIP Plug deep search into GXS search

This commit is contained in:
Gioacchino Mazzurco 2018-07-20 15:29:37 +02:00
parent a31b06ab60
commit 3fc9ff3fef
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 50 additions and 8 deletions

View file

@ -31,6 +31,7 @@
#include "retroshare/rsgxsservice.h"
#include "gxs/rsgxsdata.h"
#include "retroshare/rsgxsifacetypes.h"
#include "util/rsdeprecate.h"
/*!
* \brief The RsGxsGroupSymmary struct
@ -44,8 +45,8 @@ struct RsGxsGroupSummary
RsGxsGroupId group_id ;
std::string group_name ;
std::string group_description ;
std::string group_name ;
RS_DEPRECATED std::string group_description;
std::string search_context ;
RsGxsId author_id ;
time_t publish_ts ;