(params: AgiloftBaseParams)
| 61 | } |
| 62 | |
| 63 | function buildEwBaseQuery(params: AgiloftBaseParams): string { |
| 64 | const { kb, table } = encodeTable(params) |
| 65 | return `$KB=${kb}&$table=${table}&$lang=en` |
| 66 | } |
| 67 | |
| 68 | export function buildSearchRecordsUrl(base: string, params: AgiloftSearchRecordsParams): string { |
| 69 | const query = encodeURIComponent(params.query) |
no test coverage detected