Peter Goodhall
8e741b5d36
Improve search with exact match and recent history
...
Refactors the callsign/gridsquare search to support exact match toggling, partial/broad match fallback, and a recent searches history stored in localStorage. Search terms are now passed via GET parameters (bookmarkable URLs) instead of POST. The advanced filter panel gains result count badges, a clear button, and persists query rules across page loads. DataTable initialization is extracted into reusable helpers.
2026-08-06 15:05:04 +01:00
Peter Goodhall
dd61dff336
Fix null grid square handling for PHP 8 compatibility
...
Normalizes COL_GRIDSQUARE and COL_VUCC_GRIDS to empty strings if null to prevent strlen warnings under PHP 8. Ensures correct display of grid information in search results.
2026-01-07 12:58:46 +00:00
Peter Goodhall
4d9d71b516
Update result.php
2024-10-03 15:03:00 +01:00
Peter Goodhall
4e86254f55
Update result.php
2024-10-03 15:01:32 +01:00
Peter Goodhall
0ef834bba4
Update result.php
2024-10-03 14:58:41 +01:00
Peter Goodhall
67c2675f70
Update result.php
2024-10-03 14:58:11 +01:00
Emiliano Macedonio
121e5f7981
Added flags to QSO tables and in detail
2024-05-24 16:43:32 +02:00
Peter Goodhall
04ba3e733b
another lower case ci
2024-04-10 17:24:50 +01:00
Peter Goodhall
f297618cb0
Update search_result_ajax.php
2024-04-10 17:20:06 +01:00
Peter Goodhall
f46b550917
Added another change to load library
2024-04-10 17:00:53 +01:00
Peter Goodhall
dc5dd22766
try catch frequency on null
2024-04-10 16:34:39 +01:00
DJ3CE
8606a73a88
Fix missing columns in logsearch
2024-03-22 11:51:53 +01:00
Peter Goodhall
a12ffe87d4
[Search] Only show if dxcc_name is provided
2024-01-01 16:04:29 +00:00
HB9HIL
abca127b74
show dxcc name instead of id
2024-01-01 13:38:32 +01:00
HB9HIL
ffc9ab5f4a
show dxcc in callbook result
2024-01-01 04:59:27 +01:00
abarrau
3199660f9d
add special name of this action menu (difference with top menu)
2023-12-22 11:14:25 +01:00
int2001
f5313eca63
Added QRZ-Support to Cloudlog
2023-12-07 16:30:40 +00:00
HB9HIL
dd2a7a067b
removed unnessesary close buttons
2023-12-07 01:20:39 +01:00
Peter Goodhall
4a5c979514
Fixed other instances of badge being incorrect
2023-11-26 15:03:25 +00:00
int2001
7bbdef5201
some more tooltip-fixes
2023-11-26 08:54:29 +00:00
Andreas
ca4a03b8c0
Adjusted widths in advanced query view
2023-11-19 12:27:02 +01:00
HB9HIL
a59ca62f45
fixed form-selects in search
2023-11-19 11:10:49 +01:00
HB9HIL
4726846d8d
'badge-light' to 'text-bg-light'
2023-11-14 18:00:22 +01:00
HB9HIL
8c4bae8453
run migration script
2023-11-14 13:35:53 +01:00
Peter Goodhall
cee346f591
Merge pull request #2677 from phl0/parseQrzError
...
Pass error message given by qrz.com to the user
2023-11-13 11:44:13 +00:00
HB9HIL
b4ae66d5af
changed searchBar back to callsign
2023-11-12 13:14:56 +01:00
phl0
87437ca1fb
Pass error message given by qrz.com to the user
2023-11-11 21:30:45 +01:00
HB9HIL
c0b7f49d5d
renamed searchBar
2023-11-06 22:16:45 +01:00
phl0
3e7429d464
Check if grid worked on default band for callbook results
2023-10-24 15:13:48 +02:00
HB9HIL
010aee9d1b
Work on Translations
2023-10-02 16:11:04 +02:00
phl0
15e64ae1e0
We should add some space before badges as in all other places
2023-07-13 08:35:29 +02:00
Thomas Werzmirzowsky
dff714345c
added distance as choosable column
2023-06-20 19:36:35 +02:00
phl0
d09b9282fb
Fix QSL marking functions
2023-06-02 17:09:02 +02:00
phl0
4a60b69154
Use datetime for db column and fix typos
2023-05-26 15:22:31 +02:00
Andreas
397a60d083
[LoTW] Added table with users. Query to find unconfirmed QSOs and L marking in advanced logbook
2023-05-26 10:38:31 +02:00
Andreas
b5d4e41806
[Translation] Replaced string $this->lang-line where no echo was used
2023-05-14 13:54:10 +02:00
Andreas
ac2cdc6e58
[Translation] Replaced all language string from $this->lang->line to lang
2023-05-14 13:45:10 +02:00
phl0
622fa4d86c
Prevent passing null to htmlspecialchars
2023-01-03 15:17:10 +01:00
Peter Goodhall
14ded7857c
Merge pull request #1893 from phl0/fixOqrsQsosNullDatetime
...
Add check for null values to QSL timestamps
2023-01-02 13:35:43 +00:00
phl0
41d6da8d4d
Also fix advanced search
2023-01-02 13:34:41 +01:00
phl0
4863a46dbc
Beautify table and add QRZ/HAMQTH links
2023-01-02 12:30:03 +01:00
Andreas
04e9960734
[Advanced search] Fixed frequency column
2022-12-19 11:44:46 +01:00
Andreas
f5bd6df419
[Advanced search] Fixed correct tag in table head
2022-12-19 10:32:34 +01:00
phl0
b2b7596bca
Add Frequency to selectable colums and previous QSOs
2022-12-14 12:45:32 +01:00
phl0
034fa625fb
Add support for POTA fields according to ADIF update
2022-11-30 15:38:40 +01:00
Peter Goodhall
84f93da503
[Search][Duplicate QSOs] Changed the alert to success as its not a warning
2022-11-08 16:31:07 +00:00
Peter Goodhall
336c814acd
[Search][Incorrect Zones] Improved no incorrect zones message and changed to success alert
2022-11-08 16:30:16 +00:00
Andreas
6dd676cc45
Fixed error in gridsquare print.
2022-11-07 16:42:19 +01:00
phl0
0cc9dc5aa6
Show VUCC grids if GRID is absent
2022-11-07 16:33:06 +01:00
phl0
c8079a8c56
Add grid to result table
2022-11-07 13:20:31 +01:00