Skip to content

Commit

Permalink
Update add_more_tables_to_code_search.js
Browse files Browse the repository at this point in the history
Added table sys_properties
  • Loading branch information
mskoddow authored Feb 19, 2024
1 parent 8cd0fc5 commit 7eb642b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions add_more_tables_to_code_search.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ while (_grSearchGroup.next()) {
'^ORinternal_type.name=json' +
'^NQ' +
'name=sys_variable_value^element=value' +
'^NQ' +
'name=sys_properties^element=value' +
'^NQ' +
'nameSTARTSWITHsys_dictionary' +
'^elementINattributes,default_value,reference_qual,calculation'
Expand Down

0 comments on commit 7eb642b

Please sign in to comment.