-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced search #1180
Advanced search #1180
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1180 +/- ##
========================================
Coverage 93.72% 93.73%
========================================
Files 232 232
Lines 6567 6574 +7
Branches 1683 1689 +6
========================================
+ Hits 6155 6162 +7
Misses 412 412
Continue to review full report at Codecov.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not save a search with the following data:
keyword: 'Sample',
modificationDate: 'today'
I got 'Unexpected end of JSON input' error, but response number 200 from backend, but saved queries was empty:
request payload:
{query: "(Name:'Sample*' OR DisplayName:'Sample*') AND (ModificationDate:>=@@Today@@)",…}
displayName: "Search results for 'Sample'"
query: "(Name:'Sample*' OR DisplayName:'Sample*') AND (ModificationDate:>=@@Today@@)"
queryType: "Public"
uiFilters: "{"term":"Sample","filters":{"type":{"name":"all","icon":{"type":{"type":{},"compare":null},"key":null,"ref":null,"props":{},"_owner":null}},"date":{"name":"modifiedToday","query":{"field":"ModificationDate","value":"@@Today@@"}},"reference":{"name":"anybody"}}}"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.