Solved

Allow regex in code search

  • 4 November 2022
  • 4 replies
  • 27 views

Userlevel 1
Badge +4

Hello, is it currently possible to search in the ‘code search’-field with a regex? 

I would like to query all control procedures where there is still ‘hard’ queried on a integer id, like: where production_plant_id = 1

I want to search not only for the production_plant_id fields, but all ‘_id’-fields where %‘_id’ = [0-9]%. Is this possible?

icon

Best answer by Mark Jongeling 4 November 2022, 09:37

View original

This topic has been closed for comments

4 replies

Userlevel 7
Badge +23

Hi Bram,

Edit: We do not support regex inputs:

 

Userlevel 1
Badge +4

Okay so it’s not possible to look for an number with [0-9] for example?

Userlevel 7
Badge +23

Wait I'm saying this wrong, regex is not supported as we escape these characters 😅

Example

Feel free to create an Idea for this😄

Userlevel 5
Badge +8

For anyone following this topic, the idea is created here: