RSS Feed/News XFES / Enhanced Search: I need to search also on an extra column

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,971
Points
823

Reputation:

Hello all!
I have the following issue for which I need some help.

I have this part of code to make a search for nodes (I use also Enhanced Search / Elastic Search).
PHP:

Code:
        $input = [
            'search_type' => 'node',
            'keywords' => $keywords,
            'c' => [],
            'c.title_only' => 1,
            'c.newer_than' => 0,
            'c.older_than' => 0,
            'c.users' => '',
            'c.content' => '',
            'c.type' => 'node'...

Read more

Continue reading...
 
Status
Not open for further replies.
Top