|
|
@ -319,7 +319,7 @@ void BeagleSearch::hits_added_cb (BeagleQuery *query, BeagleHitsAddedResponse *r
|
|
|
|
result->score = beagle_hit_get_score(BEAGLE_HIT (l->data));
|
|
|
|
result->score = beagle_hit_get_score(BEAGLE_HIT (l->data));
|
|
|
|
result->uri = get_uri_from_file_hit (BEAGLE_HIT (l->data));
|
|
|
|
result->uri = get_uri_from_file_hit (BEAGLE_HIT (l->data));
|
|
|
|
result->tilegroup = Unknown;
|
|
|
|
result->tilegroup = Unknown;
|
|
|
|
result->tqparent_uri = get_parent_uri_from_file_hit (BEAGLE_HIT (l->data));
|
|
|
|
result->parent_uri = get_parent_uri_from_file_hit (BEAGLE_HIT (l->data));
|
|
|
|
result->source = get_source_from_file_hit (BEAGLE_HIT (l->data));
|
|
|
|
result->source = get_source_from_file_hit (BEAGLE_HIT (l->data));
|
|
|
|
result->client_id = client->id;
|
|
|
|
result->client_id = client->id;
|
|
|
|
#if 0
|
|
|
|
#if 0
|
|
|
@ -333,7 +333,7 @@ void BeagleSearch::hits_added_cb (BeagleQuery *query, BeagleHitsAddedResponse *r
|
|
|
|
const char* value = beagle_property_get_value( property );
|
|
|
|
const char* value = beagle_property_get_value( property );
|
|
|
|
kdDebug() << " \"" << key << "\" = \"" << value << "\"" << endl;
|
|
|
|
kdDebug() << " \"" << key << "\" = \"" << value << "\"" << endl;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
kdDebug() << "tqparent_uri = " << *(result->tqparent_uri) << endl;
|
|
|
|
kdDebug() << "parent_uri = " << *(result->parent_uri) << endl;
|
|
|
|
kdDebug() << "source = " << *(result->source) << endl;
|
|
|
|
kdDebug() << "source = " << *(result->source) << endl;
|
|
|
|
kdDebug() << "tilegroup = " << result->tilegroup << endl;
|
|
|
|
kdDebug() << "tilegroup = " << result->tilegroup << endl;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|