diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-07-12 13:11:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-12 13:11:21 -0400 |
| commit | 0443cb9267d808513e181e3130d69dde8e73018e (patch) | |
| tree | 77a990ae162546b8f109a90ad2b0dc1fbeb44601 /src/client/views/search | |
| parent | 464bca333ba97185dcbc93409001adeb26711902 (diff) | |
| parent | a5c099cb5ae455064f65989dc977870ce2c3f7fc (diff) | |
Merge pull request #12 from brown-dash/schema-view-En-Hua
Schema view En-Hua — added ability to type strings in without quotes, as well as formatting reflecting nested containers
Diffstat (limited to 'src/client/views/search')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 5c168d8a9..a671c955d 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -18,7 +18,7 @@ import { SetupDrag } from '../../util/DragManager'; import { SearchUtil } from '../../util/SearchUtil'; import { Transform } from '../../util/Transform'; import { CollectionDockingView } from "../collections/CollectionDockingView"; -import { CollectionSchemaView, ColumnType } from "../collections/CollectionSchemaView"; +import { CollectionSchemaView, ColumnType } from "../collections/schemaView/CollectionSchemaView"; import { CollectionViewType } from '../collections/CollectionView'; import { ViewBoxBaseComponent } from "../DocComponent"; import { FieldView, FieldViewProps } from '../nodes/FieldView'; @@ -119,7 +119,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc getFinalQuery(query: string): string { //alters the query so it looks in the correct fields - //if this is true, th`en not all of the field boxes are checked + //if this is true, then not all of the field boxes are checked //TODO: data const initialfilters = Cast(this.props.Document._docFilters, listSpec("string"), []); |
