Remove the --nosort call from the example script since it doesn't reproduce reliably
This commit is contained in:
parent
0c3d7d576d
commit
1e3a27259a
2 changed files with 2 additions and 22 deletions
|
@ -33,8 +33,8 @@ ghee ins -v ./people < ../people.json
|
|||
# Get all of ./people
|
||||
ghee get -a ./people
|
||||
|
||||
# Get all of ./people without sorting in the walk of the folder hierarchy
|
||||
ghee get -a --nosort ./people
|
||||
# # Get all of ./people without sorting in the walk of the folder hierarchy
|
||||
# ghee get -a --nosort ./people
|
||||
|
||||
# Get the name of everybody from California; include all subpaths (don't ignore indices)
|
||||
ghee get -a -w state=CA -f name ./people
|
||||
|
|
|
@ -42,26 +42,6 @@ Linked ./people/:state:id/MI/5 -> ./people/Darrel
|
|||
./people/Wulfrum user.id 0
|
||||
./people/Wulfrum user.name Wulfrum
|
||||
./people/Wulfrum user.state CA
|
||||
+ ghee get -a --nosort ./people
|
||||
user.ghee.tableinfo {"key":"name","indices":{"id":"./people:id","name":"./people","state,id":"./people/:state:id"}}
|
||||
./people/Sandeep user.id 2
|
||||
./people/Sandeep user.name Sandeep
|
||||
./people/Sandeep user.state CA
|
||||
./people/Sofia user.id 1
|
||||
./people/Sofia user.name Sofia
|
||||
./people/Sofia user.state WA
|
||||
./people/Wulfrum user.id 0
|
||||
./people/Wulfrum user.name Wulfrum
|
||||
./people/Wulfrum user.state CA
|
||||
./people/Janella user.id 3
|
||||
./people/Janella user.name Janella
|
||||
./people/Janella user.state FL
|
||||
./people/Lilly user.id 4
|
||||
./people/Lilly user.name Lilly
|
||||
./people/Lilly user.state NM
|
||||
./people/Darrel user.id 5
|
||||
./people/Darrel user.name Darrel
|
||||
./people/Darrel user.state MI
|
||||
+ ghee get -a -w state=CA -f name ./people
|
||||
./people/Wulfrum user.name Wulfrum
|
||||
./people/Sandeep user.name Sandeep
|
||||
|
|
Loading…
Reference in a new issue