Collections functions
General functions
Render functions
Theme permission functions
User functions
Resource functions

get_indexed_resource_type_fields()

Description

Get references of resource type fields that are indexed

Parameters

This function accepts no parameters.

Return

array

Location

include/resource_functions.php lines 8193 to 8196

Definition

 
function get_indexed_resource_type_fields()
    {
    return 
ps_array("select ref as value from resource_type_field where keywords_index=1",array(),"schema");
    }

This article was last updated 30th November 2023 18:35 Europe/London time based on the source file dated 30th November 2023 17:05 Europe/London time.