Viewing 1 replies (of 1 total)
  • Plugin Author Paris Holley

    (@parisholley)

    I am heading on a plane, but you should be able to create a filter, and add a

    add_filter(‘es_build_document’, function($document, $post){
    $document[‘myfield’] = ‘myvalue’;
    return $document;
    }, 10, 2);

    Let me know if this works for you!

Viewing 1 replies (of 1 total)
  • The topic ‘including additional fields in indexing’ is closed to new replies.