Skip to content

Commit

Permalink
rm system-search
Browse files Browse the repository at this point in the history
Signed-off-by: qGYdXbY2 <[email protected]>
  • Loading branch information
qGYdXbY2 committed Jul 16, 2024
1 parent ad8d202 commit 696eb76
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ private static boolean canSearchFor(SearchForFeaturesEvent event, DataSourceProv
boolean isPropertyQuery = key.startsWith("properties.");

/** If property query hits default system index - allow search. [id, properties.@ns:com:here:xyz.createdAt, properties.@ns:com:here:xyz.updatedAt]" */
if ( key.equals("id")
|| key.equals("properties.@ns:com:here:xyz.createdAt")
|| key.equals("properties.@ns:com:here:xyz.updatedAt")
)
if ( key.equals("id") )
return true;

/** Check if custom Indices are available. Eg.: properties.foo1&f.foo2*/
Expand Down

0 comments on commit 696eb76

Please sign in to comment.