kinyelo / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
1 stars 2 forks source link

No indexes alter vosao deployment #398

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Deploy vosao CMS using http://staging.vosao.org/start/setup (section If you 
are familiar with GAE/J)
2. No indexes in Data Store Indexes section

What is the expected output? What do you see instead?
Expected to see indexes for PageEntity entity.

Please use labels and text to provide additional information
vosao 0.8

Original issue reported on code.google.com by kosty...@gmail.com on 18 Dec 2010 at 8:32

GoogleCodeExporter commented 9 years ago
Data Store Indexes are used by GAE Datastore to speed up queries on entities.

Vosao site search doesn't use GAE indexes. It uses it's own full text search. 

For fresh sites you need to create them by pressing button "Recreate search 
indexes" in Site Administration section.

Original comment by kinyelo@gmail.com on 18 Dec 2010 at 8:40

GoogleCodeExporter commented 9 years ago
As i know $service.findPageChildrenMonth() use indexes for PageEntity.

Original comment by kosty...@gmail.com on 18 Dec 2010 at 10:05

GoogleCodeExporter commented 9 years ago
i got the same problem too !~ findpagechildrenMonth seem not work at vosao 0.8 
:(
i check all the parameter is right but the return list is still empty :(

Original comment by ivanyeun...@gmail.com on 10 Jan 2011 at 9:03

GoogleCodeExporter commented 9 years ago
This workaround works for 0.8 and 0.9.1 versions: 
http://www.cowboycoders.org/miscellaneous/vosao-database-indexes

Original comment by net...@netrat.eu on 17 Apr 2011 at 9:16