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:
Read more
Continue reading...
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...