function tripal_autocomplete_feature

3.x tripal_chado.module.DEPRECATED.api.inc tripal_autocomplete_feature($string = '')

Used for autocomplete in forms for identifying for publications.

Parameters

$field: The field in the publication to search on.

$string: The string to search for.

Return value

A json array of terms that begin with the provided string.

File

tripal_chado/api/modules/tripal_chado.module.DEPRECATED.api.inc, line 671
These api functions are deprecated, if your site is currently using them please update your code with the newer tripal_chado functions.

Code

function tripal_autocomplete_feature($string = '') {
  chado_autocomplete_feature($string);
}