Master TLOGic's powerful search syntax to find exactly what you need
Press Ctrl+F (or Cmd+F on Mac) to instantly open the search panel from any page. Use the icon in the search panel for quick reference.
TLOGic's search system allows you to filter transactions based on multiple criteria using a simple but powerful query language. Search queries consist of field specifiers and values, combined with logical operators.
Use these keywords to search specific transaction fields:
| key or k | Transaction Key - The transaction type identifier |
| txn or tx | Transaction Number - Sequential transaction ID |
| t or term | Terminal - Register/terminal number |
| op or oper | Operator - Operator/cashier ID |
| off or offset | File Offset - Byte position in file |
| size | Record Size - Transaction size in bytes |
| dt or datetime | Date/Time - Transaction timestamp |
| tt or type | Transaction Type - Sale, return, void, etc. |
Use commas , to match any of the specified values (OR logic).
Use semicolons ; to require all conditions to match (AND logic).
Combine both operators for complex queries. The system processes each criterion independently.
Use standard comparison operators for numeric fields:
= |
Equal to |
> |
Greater than |
>= |
Greater than or equal to |
< |
Less than |
<= |
Less than or equal to |
Use the double-dot .. operator for inclusive ranges:
TLOGic accepts flexible date/time formats:
YYYY-MM-DD - ISO date format (e.g., 2024-03-15)MM/DD/YYYY - US date format (e.g., 03/15/2024)YYYY-MM-DD HH:MM - Date with time (e.g., 2024-03-15 14:30)YYYY-MM-DD HH:MM:SS - Full timestampUse the tt: or type: keywords to filter by transaction type:
Find all transactions for a specific operator on a specific day:
Compare two operators' transactions:
Find training transactions:
Find large transactions (potential data issues):
Find void transactions in a specific time range:
Analyze terminal-specific issues:
Morning rush analysis:
Multi-terminal comparison:
High-transaction-number analysis:
Deep field filtering allows you to search within the internal structure of transactions, accessing nested fields and specific data elements. This is useful for advanced users who need to filter by specific field codes or values within the transaction record.
Access the Deep Filters panel from the search controls to add field-specific criteria:
amount, department_id)Common deep filter fields:
amount - Transaction amounttender_type - Payment methoddepartment_id - Department numberitem_code - Product SKUcustomer_id - Customer identifiertxn:)Ctrl/Cmd + F |
Open/close search panel |
Enter |
Execute search query |
Esc |
Clear search and show all transactions |
? |
Show search help (when search is focused) |