We have an application that uses the soap search api with the parametric search appliance. We allow users to sort on some of the parametric fields. Is there a way to specify in the soap search request that we want the results sorted case-insensitive?
Thanks!
Search found 12 matches
- Mon Apr 06, 2020 4:03 pm
- Forum: Search Appliance
- Topic: case-insensitive sorting
- Replies: 1
- Views: 18525
- Wed Apr 11, 2018 12:15 pm
- Forum: Parametric Appliance
- Topic: error in dbwalker with postgres table
- Replies: 2
- Views: 32202
error in dbwalker with postgres table
We tried with postgres 9.2 and 10. We have tried several tests, the latest test table is this:
people
(
lname character varying(20) NOT NULL,
fname character varying(20),
myid integer
)
The key-field specified in DB Walker is the myid field.
FYI - If I make a view that has all these fields from the table but casts the myid field to varchar, then I can point DBWalker to the view instead of the table and use myid as the key. I can also include additional numeric fields and it will read them. I just can't seem to use a numeric field as the key in a dbwalker setup with postgres. I've tried numeric, smallint, integer, and bigint types.
people
(
lname character varying(20) NOT NULL,
fname character varying(20),
myid integer
)
The key-field specified in DB Walker is the myid field.
FYI - If I make a view that has all these fields from the table but casts the myid field to varchar, then I can point DBWalker to the view instead of the table and use myid as the key. I can also include additional numeric fields and it will read them. I just can't seem to use a numeric field as the key in a dbwalker setup with postgres. I've tried numeric, smallint, integer, and bigint types.
- Tue Apr 10, 2018 11:09 am
- Forum: Parametric Appliance
- Topic: error in dbwalker with postgres table
- Replies: 2
- Views: 32202
error in dbwalker with postgres table
Hi, We are connecting dbWalker to a postgres table. We are getting an Internal Server Error during the walk. When we click on "Test" in dbwalker, it shows our key field values listed, but clicking on any of them gives this error:
com.thunderstone.DBWalker.ConfigurationException: SQL Error: java.sql.SQLException: ERROR: operator does not exist: bigint = character varying
Any ideas? Thanks!
--Britton Powers
com.thunderstone.DBWalker.ConfigurationException: SQL Error: java.sql.SQLException: ERROR: operator does not exist: bigint = character varying
Any ideas? Thanks!
--Britton Powers
- Fri Aug 18, 2017 4:04 pm
- Forum: Search Appliance
- Topic: parameter query for non-empty
- Replies: 3
- Views: 22100
parameter query for non-empty
Thank you!
- Fri Aug 18, 2017 1:16 pm
- Forum: Search Appliance
- Topic: parameter query for non-empty
- Replies: 3
- Views: 22100
parameter query for non-empty
I have a parametric field that is defined as a SET. How can I make a query to include only pages where that field is not empty (without regard for what the specific values are)?
- Tue Oct 11, 2016 3:09 pm
- Forum: Parametric Appliance
- Topic: update from 1 row in table
- Replies: 2
- Views: 19818
update from 1 row in table
Thank you! I appreciate the quick and detailed response.
- Tue Oct 11, 2016 1:51 pm
- Forum: Parametric Appliance
- Topic: update from 1 row in table
- Replies: 2
- Views: 19818
update from 1 row in table
We have a profile that has an associated DB Walker that reads a table in an external Oracle database. The walk takes over an hour to complete. The table has a primary key. Is there a way to issue a command to re-walk just one row (referencing the primary key)? Sometimes we have a change in the data in just one single row and would like to have the change reflected in the Thunderstone profile more quickly than a full walk, if possible. Thanks!
- Mon Jun 06, 2016 5:37 pm
- Forum: Parametric Appliance
- Topic: more than 10 group by's
- Replies: 1
- Views: 18514
more than 10 group by's
Is there any way to put more than 10 group by's on a profile?
- Thu Apr 28, 2016 11:41 am
- Forum: Search Appliance
- Topic: submit PageLink using SOAP api
- Replies: 1
- Views: 18319
submit PageLink using SOAP api
We are using the SOAP api to get search results. If there are more than one page of matches, the Pages section of the results has PageLink elements for additional pages. How can we submit those values using the api to get another page of results? I wasn't sure which parameter to put the PageLink value into in the successive api call.
- Mon Oct 26, 2015 9:28 am
- Forum: Parametric Appliance
- Topic: descending sort on parametric field with soap api
- Replies: 2
- Views: 19541
descending sort on parametric field with soap api
Thank you so much!