Andreas Kristiansen
a7246c0977
Merge pull request #1359 from Werzi2001/version_2_search_logbook
...
added logbook filter to simple and advanced search
2022-02-16 16:57:11 +01:00
phl0
d2fdcd6546
Also add QSL/contest tooltips to advanced search results
2022-02-13 23:03:38 +01:00
Thomas Werzmirzowsky
b929109428
changed search filter from active logbook to all stations of the user
...
also changed get_qso($id) accordingly (otherwise no details of the QSOs
from other logbooks can be shown)
2022-02-06 09:41:11 +01:00
Thomas Werzmirzowsky
07fe282fd6
Merge remote-tracking branch 'werzi/station_logbooks' into version_2_search_logbook
2022-02-06 09:18:53 +01:00
Ondřej Nový
1c7e73ca9e
Fix advanced search
...
* fix is/is not empty
* fix is null/is not null
2022-01-24 16:26:09 +00:00
Thomas Werzmirzowsky
90340a5188
added logbook filter to simple and advanced search
2022-01-09 12:09:35 +01:00
Hugo Silva
a12531fa60
Fixes error on advanced search with nested groups
...
(cherry picked from commit 450f710cfd
)
2022-01-05 20:07:37 +01:00
Andreas
763df0b8dd
[Advanced Search] This fix adds table name to column so that query doesn't error
2021-11-17 17:17:17 +01:00
Peter Goodhall
c6f9a5a3ae
[Search] Fixed incorrectly closed stristr
2021-10-07 15:08:28 +01:00
Andreas
3baffed23e
[Advanced search] Edit of stored query description can now be done. Formatted code a bit.
2021-10-03 20:06:08 +02:00
Andreas
17170433e0
[Advanced search] Only run a query which contains select, but not delete or update. Done for safety precautions.
2021-09-25 19:49:28 +02:00
Andreas
0717fa74ff
[Advanced search] When saving a query, we add this to the dropdown.
2021-09-25 18:08:31 +02:00
Andreas
223ba0ca21
[Advanced search] You can now save a query for re-use.
2021-09-25 17:40:15 +02:00
Andreas
915a470d8c
[Advanced search] Adif export for search result.
2021-09-23 20:18:47 +02:00
Peter Goodhall
855410af6b
[Search] Search is now available for public via enabling via Global Options
...
This change removes the need for the option in cloudlog.php config and makes public search enabled via the frontend interface
2021-02-09 17:52:23 +00:00
Kim Huebel
bfd5526e13
Enhancing advanced search with some more operators and enabling QSO-View to link to edit page if logged in.
2019-10-09 18:57:55 +02:00
Peter Goodhall
e81b3c1d5b
Added grouped searching and tidied up the search results
2019-09-14 20:40:17 +01:00
Peter Goodhall
de95ae64b7
Added less, less or equal, greater or greater or equal to as search filter options
2019-09-14 18:00:41 +01:00
Peter Goodhall
d251e924e0
When showing filtered search results make the list DESC
2019-09-12 00:55:42 +01:00
Peter Goodhall
c9a473bdb9
Started adding filtered search options (search/filter) using querybuilder "Add Group" doesn't work currently
2019-09-12 00:53:39 +01:00
Peter Goodhall
4e618d42a2
Removed auth check on search if public search is true
2019-09-11 17:35:31 +01:00
Peter Goodhall
d1b5db4ef2
More work done on search filter option
2019-09-04 23:42:11 +01:00
Peter Goodhall
5d1c13efab
building blocks to a proper search and filter system added code to come!
2019-09-04 23:12:45 +01:00
Peter Goodhall
18c20aa270
Search Interface updated
2019-05-14 11:52:11 +01:00
Warren Volz
e384826aea
Codeignitor 3.1.6 and corresponding changes
...
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00