Martin Filser
2e5ec0308f
Adjust all other moment imports to moment-with-locales
2022-04-27 17:24:42 +02:00
Lauri Ojansivu
0c3ca14699
Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor
2022-04-18 21:25:47 +03:00
Denis Perov
1b83399236
Fix errant escape-string-regexp importing
2022-04-18 18:18:28 +03:00
Martin Filser
c99d069b0d
Card Details List-Dropdown is now filled too if the card is opened from global search
2022-04-03 11:53:07 +02:00
Martin Filser
4603948442
Global search didn't work because of wrong Attachment search
2022-03-10 23:07:57 +01:00
John Supplee
aa0dee1fba
Bug fix for #3864 searching archived cards and add new operators for organizations and teams
2021-12-22 00:33:13 +02:00
John Supplee
6ef612d04e
Merge branch 'master' into search-debug
2021-12-21 02:42:54 +02:00
John R. Supplee
49214747cd
Add copy to clipboard for debug text and some bug fixes
2021-12-20 14:33:42 +02:00
John Supplee
94525a4d3d
Add new debug operator to search and fix some bugs
2021-12-20 10:26:00 +02:00
John Supplee
241c3ed8ae
Merge branch 'master' of https://github.com/wekan/wekan
2021-12-19 12:18:05 +02:00
Martin Filser
4733afe4eb
Global Search Card Popup has now every data if the search was opened from another board
...
- the global search only returns the card details data needed to display
the search results, but for opening the popup card details a lot more
information is needed. It already worked if the data was already in the
minimongo, but if not, nearly nothing was displayed
2021-11-12 17:45:52 +01:00
Martin Filser
72ddd66495
Global Search Card Detail Popup shows now the description too
2021-11-12 17:45:52 +01:00
Lauri Ojansivu
ea01c5c1b9
Disable console.log
2021-11-11 19:12:25 +02:00
Martin Filser
e5a31e7f99
Global search, boolean custom fields are searched too
...
Fixes : #4035
2021-10-25 14:45:01 +02:00
Martin Filser
ccc0b3bcf9
Global Search, Checklist-Items are searched now too
2021-10-25 14:45:01 +02:00
Lauri Ojansivu
a62a177fb1
Comment out slowing Search All Boards logs in console.
...
Thanks to mfilser and xet7 !
Fixes #4072
2021-10-25 14:43:56 +03:00
Martin Filser
876d78eec4
Card Details Popup, Checklist-Items are now displayed if opened from Global Search
2021-10-25 12:53:04 +02:00
Kai Lehmann
bed6d6c591
fixes global search, remove unnecessary use of CardCommentReactions
2021-08-17 16:14:50 +02:00
Kai Lehmann
2977120129
adds card comment reactions feature
2021-08-13 20:47:55 +02:00
John R. Supplee
661e80084c
Add Cards report
2021-04-17 10:27:16 +02:00
Lauri Ojansivu
e709094533
Merge pull request #3708 from jrsupplee/issue-3698
...
Bug fix for issue #3698
2021-04-14 00:35:43 +03:00
John R. Supplee
07a3301414
Bug fix for issue #3698
...
* Rewrite routine for building the My Cards hierarchical list
* Use a separate publication for retrieving My Cards
* Fix bug with limit and skip projectsion
2021-04-12 17:34:02 +02:00
John R. Supplee
5a6f84ce34
* Add publications for admin reports
...
* remove broken cards from user menu
* Adjust report titles
2021-04-06 12:42:15 +02:00
John R. Supplee
302ba75729
* Fix bug with multiple label predicates
...
* Add new constants
2021-04-03 01:19:02 +02:00
John R. Supplee
69dc8f304c
Only search label names in boards of type 'board'
2021-04-02 21:40:52 +02:00
John R. Supplee
edd07befe2
Add a new search operator creator
2021-04-01 23:41:32 +02:00
John R. Supplee
5cc6a2f7d0
Add an avatar for the card creator
...
* Add avatar to minicard
* Add field to card details
* Add show option in Board / Card Settings
2021-04-01 23:40:07 +02:00
John R. Supplee
392b701956
Fix bug in My Cards and Global Search
2021-03-31 13:05:39 +02:00
John Supplee
9e8399612b
Add environment variable and snap configuration option for results per page
2021-03-19 21:09:39 +02:00
John R. Supplee
183404a5f8
Code cleanup and remove debugging code
2021-03-10 12:40:20 +02:00
John R. Supplee
6def7d6f70
Move query parsing to Query class
2021-03-10 12:39:39 +02:00
John R. Supplee
097cae1f8c
More integration with constants and query classes
2021-03-09 19:30:04 +02:00
John Supplee
ba00311dd4
Add more constants and convert params object to a class
2021-03-09 02:21:43 +02:00
John R. Supplee
849b608933
Start adding constants for search operators and predicates
2021-03-08 19:18:01 +02:00
John R. Supplee
9061180983
Code cleanup
2021-03-07 02:12:31 +02:00
John Supplee
8f978c23b4
Modify Broken Cards to use new search functions and component
2021-03-05 23:47:12 +02:00
John Supplee
5f53c71b0c
Merge branch 'master' into search
2021-03-05 21:46:06 +02:00
John R. Supplee
da1d94775c
Fix search on labels crashing bug
2021-03-04 18:35:02 +02:00
John Supplee
28aebaa06b
Make search instructions code more uniform
2021-03-04 02:13:22 +02:00
Lauri Ojansivu
0aabb0b364
Fix lint.
2021-03-02 16:08:29 +02:00
John R. Supplee
e0b544fc7e
Add new Blaze search component
2021-03-01 20:18:44 +02:00
John R. Supplee
a1bda1169e
Update Global Search, Due Cards, and My Cards to use the same
...
code for searching and display
2021-03-01 01:49:56 +02:00
John R. Supplee
faa101224a
Add new has predicates for more fields
2021-02-27 02:26:58 +02:00
John R. Supplee
eb7fc0fb26
Comment out debugging code
2021-02-27 00:56:12 +02:00
John Supplee
a63a61e7fc
Fix problem with dates in selector being unpickled as a String
2021-02-26 23:19:12 +02:00
John Supplee
62b0d371ee
Add new limit operator
2021-02-26 17:31:44 +02:00
John Supplee
a3229ea965
Fixes for duration predicates
2021-02-26 01:13:45 +02:00
John R. Supplee
43f40c4085
Fix sort operator
...
* Add server publications for next and previous page
* Add ability to sort ascending or descending
2021-02-25 18:38:51 +02:00
John R. Supplee
c7276ee614
Add new status predicates of public and private
2021-02-23 17:56:28 +02:00
John R. Supplee
726be664c8
Add new has operator for searching
2021-02-21 01:41:58 +02:00