As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
The query above would work as you intend it to, but we do not support case insensitive or full string search. All regex must be anchored to the start of the string in question. Thus if your field was:
"Elvis Costello"
You could search for:
"Elvis"
But not:
"elvis" or "cos" as those would be filtered on our end.
The query above would work as you intend it to, but we do not support case insensitive or full string search. All regex must be anchored to the start of the string in question. Thus if your field was:
"Elvis Costello"
You could search for:
"Elvis"
But not:
"elvis" or "cos" as those would be filtered on our end.
Marco Antonio Moema
Hello!
Is there a way to make a filter on a column searching for part of the word without using Business Logic? Something like SQL Server queries.
Example: Select from kinveycollection1 Where columnartist LIKE "Elvis%".
Then got the following results: "Elvis Costello"
"Elvis Presley"
I wonder if exists something like:
"/appdata/kid_ads1fdf2lEx/classic-rock/?query={"artist" : "Elvis%"}"
Best Regards,
Marco
Marco,
The query above would work as you intend it to, but we do not support case insensitive or full string search. All regex must be anchored to the start of the string in question. Thus if your field was:
"Elvis Costello"
You could search for:
"Elvis"
But not:
"elvis" or "cos" as those would be filtered on our end.
Thanks,
- Oldest First
- Popular
- Newest First
Sorted by PopularDamien Bell
Marco,
The query above would work as you intend it to, but we do not support case insensitive or full string search. All regex must be anchored to the start of the string in question. Thus if your field was:
"Elvis Costello"
You could search for:
"Elvis"
But not:
"elvis" or "cos" as those would be filtered on our end.
Thanks,
1 person likes this
Marco Antonio Moema
Thank you very much!
-
What is the best way to store and load hierarchies/relationships in the Data Store?
-
How do I create in-app payments using Kinvey?
-
Link users to file uploads
-
question about references and user permissions
-
Data storage limits?
-
Relational Data - Files
-
What defines an Active User?
-
"The app backend is under lockdown"
-
query doesn't show files, can't download.
-
Posting Code to Forum
See all 316 topics