Collections functions
General functions
Node 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 8122 to 8125

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 26th February 2024 09:05 Europe/London time based on the source file dated 23rd February 2024 17:30 Europe/London time.