Method Search.Database.Base()->list_url_by_prefix()
- Method list_url_by_prefix
void
list_url_by_prefix(string
url_prefix
,function
(string
:void
)cb
)- Description
Calls
cb
for all uri:s that matchuri_prefix
.
void
list_url_by_prefix(string
url_prefix
, function
(string
:void
) cb
)
Calls cb
for all uri:s that match uri_prefix
.