Hi,

I have developed a Node.js based web UI that interacts with Autotest
using the JSON interface that Autotest's default GWT frontend uses.
For the jobs table I want to be able to search all jobs whose names
match the given pattern but the current interface seems to be doing an
exact match instead of a regular expression based or a partial match.
For example -

For my requirement, typing "Sleep Test" should be able to match
"Sample Sleep Test", "Sleep Test" and "Sleep Test Modified" but right
now it will match only "Sleep Test".

I want to know if there is a provision to achieve what I am looking
for in the existing interface?

Thanks,

Dev
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to