mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Create AWX docsite with RST content (#14328)
Co-authored-by: Thanhnguyet Vo <tvo@ansible.com> Co-authored-by: TVo <thavo@redhat.com>
This commit is contained in:
22
docs/docsite/rst/rest_api/searching.rst
Normal file
22
docs/docsite/rst/rest_api/searching.rst
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
******************
|
||||
Searching
|
||||
******************
|
||||
|
||||
.. index::
|
||||
single: searching
|
||||
|
||||
Use the search query string parameter to perform a non-case-sensitive search within all designated text fields of a model:
|
||||
|
||||
::
|
||||
|
||||
http://<server name>/api/v2/model_verbose_name?search=findme
|
||||
|
||||
|
||||
|
||||
Search across related fields:
|
||||
|
||||
::
|
||||
|
||||
http://<server name>/api/v2/model_verbose_name?related__search=findme
|
||||
|
||||
Reference in New Issue
Block a user