[vosao] r1186 committed - new search method

0 views
Skip to first unread message

vo...@googlecode.com

unread,
May 6, 2015, 8:10:54 AM5/6/15
to vosao-cms-n...@googlegroups.com
Revision: 1186
Author: emili...@gmail.com
Date: Wed May 6 12:10:31 2015 UTC
Log: new search method
https://code.google.com/p/vosao/source/detail?r=1186

Modified:
/trunk/api/src/main/java/org/vosao/velocity/VelocityService.java

=======================================
--- /trunk/api/src/main/java/org/vosao/velocity/VelocityService.java Sun
Jun 29 18:07:07 2014 UTC
+++ /trunk/api/src/main/java/org/vosao/velocity/VelocityService.java Wed
May 6 12:10:31 2015 UTC
@@ -251,5 +251,16 @@
FileVO getResource(String path);

List<CommentVO> getRecentComments(int limit);
+
+ /**
+ * Text search in pages
+ * @param sections
+ * @param text
+ * @param start
+ * @param count
+ * @return
+ */
+ public List<PageEntity> searchFilter(List<String> sections, String text,
int start,
+ int count);

}
Reply all
Reply to author
Forward
0 new messages