mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Relates #7656 in ansible-tower. We have been using comma `,` and space ` ` to separate search terms in query string `<field_name>__search=<search terms>`, however in general we can always use `&` to achieve separation like `<field_name>__search=<search term 1>&<field_name>__search=<search term 2>&...`. Using specific delimiters makes it impossible for search terms to contain those delimiters, so they are better off being removed. Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
Description
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Readme
429 MiB
Languages
Python
97.8%
Jinja
0.9%
Makefile
0.5%
Shell
0.3%
HTML
0.2%
Other
0.2%