Project

General

Profile

Actions

User story #3616

open

add some hints near regex search field

Added by Fabrice FLORE-THÉBAULT almost 11 years ago. Updated almost 8 years ago.

Status:
New
Priority:
N/A
Assignee:
-
Category:
Web - Nodes & inventories
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

Let's seérch something using a regex.

Which sort of regex are we using.

Should we write 10.0.0.* or 10\.O\.0\..*

To help the user remember, it would be a nice feature to have some hint with an example nearby.


Related issues 1 (1 open0 closed)

Related to Rudder - Enhancement #113: Add information pop-up after filter input field in searchNewActions
Actions #1

Updated by Nicolas CHARLES almost 11 years ago

  • Project changed from 30 to Rudder
  • Category set to Web - Nodes & inventories

Agreed too ! Both in doc AND on the webapp

Thank you Fabrice !

Jon, do you think we should correct this in 2.4, or say it's a new feature for 2.7 ?

Actions #2

Updated by François ARMAND almost 11 years ago

That's a really nice one.

As a note for the future people who will find that, the answer is that we exactly use Java regex, as explain here: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html

So for an IP Address, you should write: 10\.O\.0\..*
But obviously, 10.0.0.* will work, because the ".*" is a valid patter. 10.0.0 will not.

For the target, I would say that it's not really a bug, but as it may be kind of blocking from an user point of view, and it is not to impacting from code (I mean, we are not modifying of configuration are applied), it should go in 2.4. On the other hand, I'm generally to lenient about what should go in stable release.

Actions #3

Updated by François ARMAND almost 11 years ago

Oh, and at least for the doc, it should defenilty go to the 2.4 one.

Actions #4

Updated by Benoît PECCATTE almost 8 years ago

  • Target version set to Ideas (not version specific)
Actions

Also available in: Atom PDF