Function Module_tickets->do_search
Definitions
site/pages/modules/tickets.php
- Check for existing FAQs matching a ticket to be submitted, via searching.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$title | Tempcode | required parameter | N/A | N/A | Page title |
$ticket_id | string | required parameter | N/A | N/A | Ticket ID we'd be creating |
$search_query | string | required parameter | N/A | N/A | Search query |
Return
- The search results (null: could not search)
- Type: ?Tempcode
- Set: N/A
- Range: N/A