Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test 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.