Razvan
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Razvan,
I'm working on some information to help developers with the Search feature in Communities. It's not quite yet ready, but I'll reply here when it is.
At this point, you should have AEM 6.1 + SP1 + Communities FP4 (1.8.386) as described on https://docs.adobe.com/docs/en/aem/6-1/deploy/communities.html - Please verify that you're up-to-date and then try the tunnel service again.
Another question is : What SRP did you choose? See Storage Resource Provider (SRP) Overview.
If you're using the default choice, you're using JSRP, which means any UGC entered on publish will NOT be visible from author.
As for the query...
To specify OR use one filter with comma separated values :
filter=name eq 'Jennifer',name eq 'Jen'
To specify AND use multiple filters :
filter = name eq 'Jackson'&filter=message eq 'testing'
The default implementation of the Search component uses this syntax as can be seen in the URL that opens the Search Results page in the Community Components guide (i.e., http://localhost:4503/content/community-components/en/search.html).
- JK
Views
Replies
Total Likes
Hi Razvan,
I'm working on some information to help developers with the Search feature in Communities. It's not quite yet ready, but I'll reply here when it is.
At this point, you should have AEM 6.1 + SP1 + Communities FP4 (1.8.386) as described on https://docs.adobe.com/docs/en/aem/6-1/deploy/communities.html - Please verify that you're up-to-date and then try the tunnel service again.
Another question is : What SRP did you choose? See Storage Resource Provider (SRP) Overview.
If you're using the default choice, you're using JSRP, which means any UGC entered on publish will NOT be visible from author.
As for the query...
To specify OR use one filter with comma separated values :
filter=name eq 'Jennifer',name eq 'Jen'
To specify AND use multiple filters :
filter = name eq 'Jackson'&filter=message eq 'testing'
The default implementation of the Search component uses this syntax as can be seen in the URL that opens the Search Results page in the Community Components guide (i.e., http://localhost:4503/content/community-components/en/search.html).
- JK
Views
Replies
Total Likes
Views
Replies
Total Likes
Did you figure out your problem with the tunnel service? It has to be enabled on author, not publish.
Please ensure you have the latest service pack for AEM 6.1 and the latest feature pack for Communities. Currently they are SP1 and FP4. See Deploying Communities.
- JK
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies