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
952238a5
Verified
Commit
952238a5
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
add more keywords to ext_autocomplete
parent
97a4949e
No related branches found
No related tags found
1 merge request
!36
merge f-boot-tour to dev
Pipeline
#8402
passed with warnings
3 years ago
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/js/ext_autocomplete.js
+36
-1
36 additions, 1 deletion
src/core/js/ext_autocomplete.js
with
36 additions
and
1 deletion
src/core/js/ext_autocomplete.js
+
36
−
1
View file @
952238a5
...
@@ -42,12 +42,47 @@ var ext_autocomplete = new function () {
...
@@ -42,12 +42,47 @@ var ext_autocomplete = new function () {
"
WHICH
"
,
"
WHICH
"
,
"
WITH
"
,
"
WITH
"
,
"
CREATED BY
"
,
"
CREATED BY
"
,
"
CREATED BY ME
"
,
"
CREATED AT
"
,
"
CREATED ON
"
,
"
CREATED ON
"
,
"
CREATED IN
"
,
"
CREATED BEFORE
"
,
"
CREATED UNTIL
"
,
"
CREATED AFTER
"
,
"
CREATED SINCE
"
,
"
SOMEONE
"
,
"
SOMEONE
"
,
"
STORED AT
"
,
"
STORED AT
"
,
"
HAS A PROPERTY
"
,
"
HAS A PROPERTY
"
,
"
HAS BEEN
"
,
"
HAS BEEN
"
,
"
ANY VERSION OF
"
,
"
ANY VERSION OF
"
,
"
FROM
"
,
"
INSERTED AT
"
,
"
INSERTED ON
"
,
"
INSERTED IN
"
,
"
INSERTED BY
"
,
"
INSERTED BY ME
"
,
"
INSERTED BEFORE
"
,
"
INSERTED UNTIL
"
,
"
INSERTED AFTER
"
,
"
INSERTED SINCE
"
,
"
UPDATED AT
"
,
"
UPDATED ON
"
,
"
UPDATED IN
"
,
"
UPDATED BY
"
,
"
UPDATED BY ME
"
,
"
UPDATED BEFORE
"
,
"
UPDATED UNTIL
"
,
"
UPDATED AFTER
"
,
"
UPDATED SINCE
"
,
"
SINCE
"
,
"
BEFORE
"
,
"
ON
"
,
"
IN
"
,
"
AFTER
"
,
"
UNTIL
"
,
"
AT
"
,
"
BY
"
,
"
BY ME
"
,
];
];
this
.
version
=
"
0.1
"
;
this
.
version
=
"
0.1
"
;
...
@@ -158,4 +193,4 @@ $(document).ready(function () {
...
@@ -158,4 +193,4 @@ $(document).ready(function () {
if
(
"
${BUILD_MODULE_EXT_AUTOCOMPLETE}
"
==
"
ENABLED
"
)
{
if
(
"
${BUILD_MODULE_EXT_AUTOCOMPLETE}
"
==
"
ENABLED
"
)
{
caosdb_modules
.
register
(
ext_autocomplete
);
caosdb_modules
.
register
(
ext_autocomplete
);
}
}
});
});
\ No newline at end of file
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