# Search Taxi Ajax

## 1: Shortcode Format

<figure><img src="/files/E72EYBpPRo3PtzmN6VeP" alt=""><figcaption></figcaption></figure>

```
[ovabrw_search_taxi_ajax fields="pickup-location|dropoff-location|pickup-date|category|number-seats|quantity|price-filter" columns="4" default_category="" incl_category="" excl_category="" custom_taxonomies="" map_type="geocode" bounds="" lat="" lng="" radius="" restrictions="" card_template="card1" posts_per_page="6"  column="three-column" orderby="date" order="DESC" term=""  pagination="yes" ]
```

Some Params:

**fields**="pickup-location|dropoff-location|pickup-date|category|number-seats|quantity|price-filter"

&#x20;**columns**: 4,5,6&#x20;

**default\_category**: term\_slug&#x20;

**incl\_category**: Include Categories IDs. Example: 123|456&#x20;

**excl\_category**: Remove Categories IDs. Example: 123|456&#x20;

**custom\_taxonomies**: Insert Slug of custom taxonomy. Example: brw\_color|brw\_year

**map\_type**: geocode

**bounds**

**lat:**&#x20;

**lng:**&#x20;

**radius:**&#x20;

**restrictions**: Ex: AU|US|FR|VI&#x20;

**card\_template**: card1, card2, card3, card4, card5, card6 => display in results page

**posts\_per\_page**: Insert number  => display in results page

**column**: one-column or two-column or three-column  => display in results page

**orderby**:date  => display in results page

**order**: DESC  => display in results page

**term**: term\_slug  => display in results page

**pagination**: yes/no => display in results page

## 2: Customize Template

[Read here to know how to customize template in child theme](/brw/basics/customize-template-in-theme-or-child-theme.md)

You can customize template in&#x20;

```
plugins/ova-brw/ovabrw-templates/shortcode/search-taxi-ajax.php
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ovatheme.gitbook.io/brw/basics/shortcodes/search-taxi-ajax.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
