Skip to main content
Answer

Allow regex in code search

  • November 4, 2022
  • 4 replies
  • 33 views

Forum|alt.badge.img+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?

Best answer by Mark Jongeling

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

Example

Feel free to create an Idea for this😄

This topic has been closed for replies.

4 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23

Hi Bram,

Edit: We do not support regex inputs:

 


Forum|alt.badge.img+4
  • Author
  • Warrior
  • November 4, 2022

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


Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • Answer
  • November 4, 2022

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

Example

Feel free to create an Idea for this😄


Jeroen van den Belt
Administrator
Forum|alt.badge.img+10

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