Skip to Main Content

Endeca Experience Management

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Comma on Endeca Record Filter URL Encode in Java use

User_SP5CQApr 27 2022

Hi Endeca Community,
I just want to ask how do you escape the "comma" on a record filter url query. I need to create the ENE URL Query by category of "Coffee, Tea & Espresso Makers".
these both works:
Nr=AND(Brand:Bunn,category:Coffee Urns \(Percolators\)) Nr=AND(Brand:Bunn,category:Coffee+Urns+%28Percolators%29)
But when there is a comma, endeca will not get a result.
Nr=AND(Brand:Bunn,category:Coffee\, Tea \(Espresso Makers\)) Nr=AND(Brand:Bunn,category:Coffee%2C+Tea+%28Espresso+Makers%29)
when it actually exists, why do I get no result after adding a comma?
I checked the endeca manual and it mentions that there are five reserved words ():,\ , I just need to prefix them with escape character (\) to use. In fact commas with \ do not work, but others work.

Comments

Arnoschots-Oracle Apr 22 2020 — edited on Apr 22 2020

Hi,

The "sudo al-config -s" doesn't work on my Autonomous Linux instance.

Command output:

[opc@opsserver ~]$ sudo al-config -s

/sbin/al-config: illegal option -- s

Configure OCI notification service topic OCID:

  Usage:

    al-config -T [topic OCID]

  Options:

    -T [topic OCID] OCI notification service topic OCID

Configure OCI CLI profile:

  Usage:

    al-config -u [user OCID] -t [tenancy OCID] -k [key file]

  Options:

    -u [user OCID] OCI User OCID

    -t [tenancy OCID] OCI Tenancy OCID

    -k [key file] from which we obtaion the API private key

    -p [key passphrase file] from which we obtain API key passphrase. Provide

       this if API private key is encrypted. If not provided, user will be

       prompted to enter passphrase.

1 - 1

Post Details

Added on Apr 27 2022
0 comments
240 views