1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-06-15 00:05:28 +02:00

implementing mysql search and instant search

This commit is contained in:
Braun Patrik
2016-12-28 12:30:26 +01:00
parent 3ad2f6612f
commit d993a3275b
17 changed files with 139 additions and 52 deletions

View File

@ -4,7 +4,7 @@ import {Config} from "../../config/Config";
import {UserEntity} from "./enitites/UserEntity";
import {UserRoles} from "../../../common/entities/UserDTO";
import {PhotoEntity, PhotoMetadataEntity} from "./enitites/PhotoEntity";
import {DirectoryEnitity} from "./enitites/DirectoryEntity";
import {DirectoryEntity} from "./enitites/DirectoryEntity";
export class MySQLConnection {
@ -34,7 +34,7 @@ export class MySQLConnection {
},
entities: [
UserEntity,
DirectoryEnitity,
DirectoryEntity,
PhotoMetadataEntity,
PhotoEntity
],