Function
AppStreamutils_get_tag_search_weight
[−]
Description [src]
Retrieve the raw search token weight for the given tag name that AppStream uses internally for searching. This can be used to implement separate, but compatible search logic.
[−]
Parameters
tag_name
-
Type:
const gchar*
A tag name in a component element, e.g. “name” or “summary” or “keyword”.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: guint16
The tag weight used in (fulltext) searches. 0 for lowest weight/unused.