06-04-2018, 07:58 AM
Would it be possible to add some search modifiers that instructs ASGRD in Find Items and filters to:
- search from the start of the line
- end of the line
Now it searches the entire string.
It could fx be simple like this:
- No modifiers = Wildcard search in everything as today
- Add a * wildcard as last char = Results should start with the string
- Add a * wildcard as first char = Results should end with the string
"server" = searches for everything called anything with "server" in it
"server*" = searches for everything that STARTS with "server"
"*server" = searches for everything that ENDS with "server"
Make sense?
- search from the start of the line
- end of the line
Now it searches the entire string.
It could fx be simple like this:
- No modifiers = Wildcard search in everything as today
- Add a * wildcard as last char = Results should start with the string
- Add a * wildcard as first char = Results should end with the string
"server" = searches for everything called anything with "server" in it
"server*" = searches for everything that STARTS with "server"
"*server" = searches for everything that ENDS with "server"
Make sense?