Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
43bd880f
Commit
43bd880f
authored
2 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Update changelog
parent
ca3bcfb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!77
REL: prepare release 0.8.0
,
!76
F google split at space
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
with
5 additions
and
0 deletions
CHANGELOG.md
+
5
−
0
View file @
43bd880f
...
...
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
*
The "google query" now splits the given string at the spaces and creates an
AND query (e.g.,
`john gibson`
will result in
`FIND ENTITY WHICH HAS A
PROPERTY LIKE '*john*' AND A PROPERTY LIKE '*gibson*'`
, not in
`FIND ENTITY
WHICH HAS A PROPERTY LIKE '*john gibson*'`
as before).
### Deprecated
### Removed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment