• Plugin Contributor bheadrick

    (@bheadrick)


    To fix this, I changed this

    else $field_sort = $result_field_filtered[ 'Options' ][ 'TextOptions' ][ 'SortEnabled' ];

    to this:

     else if(isset($result_field_filtered[ 'Options' ][ 'TextOptions' ])) 
    	    	{
    	    		$field_sort = $result_field_filtered[ 'Options' ][ 'TextOptions' ][ 'SortEnabled' ];
    	    	}

    All of my “sortable” fields are empty.

Viewing 1 replies (of 1 total)
  • Plugin Author Andrea Landonio

    (@lando1982)

    Hi, what’s your problem? could you explain me better? If your fix is useful to solve that type of error I’ll integrate it in the core as soon as possible..
    let me know..

    Bye

Viewing 1 replies (of 1 total)
  • The topic ‘undefined index ‘TextOptions’ in cloud-search-action-manage.php:139’ is closed to new replies.