best practices for search
for a unique ID field, what is better
1 . parse the known ID field and search by where id = "parsed-key"
OR
2. directly use id field as keyword beside the source category and hit search.
which one is more efficient ? and best practice ?
-
A Keyword Search Expression defines the scope of data for the query and is always more efficient than using "where" operator. By default, keyword expressions are case-insensitive. Technically there isn't a way to define case sensitivity in the keyword search expression, however, you can define this with a "parse" and "where" operator.
Please sign in to leave a comment.
Comments
1 comment