communities deafult search and user configuration
org.apache.sling.commons.json.JSONException: A JSONObject text must begin with '{' at character 0 of
Thanks,
Razvan
Razvan
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.