|
myMPD
Internal API documentation
|
Data Fields | |
| int | tag |
| Tag to search in. | |
| enum search_operators | op |
| Search operator. | |
| sds | value |
| Value to match. | |
| int64_t | value_i |
| Integer value to match. | |
| pcre2_code * | re_compiled |
| Compiled regex if operator is a regex. | |
Struct to hold a parsed search expression triple