Browse Source

chore: updates README.md

e22m4u 2 years ago
parent
commit
8826796c5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -532,7 +532,7 @@ schema.get(RepositoryRegistry).setRepositoryCtor(MyRepository);
 
 
 - **where** *(условия выборки)*  
 - **where** *(условия выборки)*  
   примеры:  
   примеры:  
-  `where: {foo: 'bar'}` поиск по значению поля  
+  `where: {foo: 'bar'}` поиск по значению поля `foo`  
   `where: {foo: {eq: 'bar'}}` оператор равенства `eq`  
   `where: {foo: {eq: 'bar'}}` оператор равенства `eq`  
   `where: {foo: {neq: 'bar'}}` оператор неравенства `neq`  
   `where: {foo: {neq: 'bar'}}` оператор неравенства `neq`  
   `where: {foo: {gt: 5}}` оператор "больше" `gt`  
   `where: {foo: {gt: 5}}` оператор "больше" `gt`