-
Currently, passing constraints to a swarm service only allows full string matching. It would be a nice feature to have the ability to match on substrings (either globbing or regex) so that more compl…
-
### Objective
Currently, a title is matched in the search phrase, so a title "He" will match "The" in an utterance. This should be updated to only search words, not substrings.
### Initial Imple…
-
Is there a way to match whether any of the values(strings) have a particular substring?
-
I would like to be able to rename methods and classes in bulk.
Methods to be renamed can be selected through the GUI, or by matching a substring/pattern (such as in the 'Choose method' window).
A si…
-
It may become very useful to some to provide approximate substring matching. This reports the smallest edit distance of the `needle` in all possible substrings of `haystack`. Here are some examples:
…
-
## Current Behavior
The `name_filter` parameter currently only supports simple string matching:
```python
# Current functionality - simple string containment matching
flow.update_maker_kwargs(se…
-
```
I would like to skip scanning c:\documents and
settings\{ANYUSERNAME}*\Application Data\Adobe.
Is there any way to do that?
for example:
C:\Documents and Settings\joeuser\Application
Data\Adobe\…
-
```
I would like to skip scanning c:\documents and
settings\{ANYUSERNAME}*\Application Data\Adobe.
Is there any way to do that?
for example:
C:\Documents and Settings\joeuser\Application
Data\Adobe\…
-
```
I would like to skip scanning c:\documents and
settings\{ANYUSERNAME}*\Application Data\Adobe.
Is there any way to do that?
for example:
C:\Documents and Settings\joeuser\Application
Data\Adobe\…
-
It'd be helpful for job manager if we could allow users to do substring or regex matching in their querying. Currently, the querying capabilities are limited by Cromwell's querying capabilities. It'd …