17 Commits

Author SHA1 Message Date
d20404bc3c implementing pagination api on search, and creating a "preview" of results
The search controller return a subset of the 5 first results. If the user want to
see more, the services implementing SearchInterface should add a link "see more",
and make use of the Pagination API to paginate.
2016-08-19 21:33:37 +02:00
6011c720a9 [search] allow '-' in argument name 2016-05-17 21:29:20 +02:00
95b83587b2 fix copyright statement 2015-02-22 21:49:54 +01:00
Julien Fastré
6615d3fba6 remove dev comment
[ci skip]
2015-01-15 13:49:58 +01:00
9468157b50 fix recompose function + doc 2015-01-06 21:15:16 +01:00
a48a0be187 create recompose method + test (skipped), fix tests for dateParse 2015-01-06 20:34:27 +01:00
5289ad9c2c Add parse date function to abstract Search 2015-01-06 15:31:00 +01:00
a6e118f37d behaviour of /search path
add exception catching and message
create tests

refs #223 refs #377
2015-01-04 00:13:00 +01:00
eea91de0e0 Set behaviour of searchProvider as expected
refs #223 refs #377
2015-01-03 23:17:53 +01:00
94b213ccf3 Create test for search provider
refs #223 refs #377
2015-01-03 22:03:16 +01:00
3a9c1dcc07 Implementing research
with new research behaviour

refs #377 refs #223
2014-12-31 02:33:27 +01:00
c22ba2c108 Add accentued characters support 2014-12-30 23:56:57 +01:00
d4ccb73dcc fix trim in parenthesis 2014-12-30 23:32:09 +01:00
f88976916d implements parsing of search pattern
refs #223
tests must be finished
2014-12-29 00:43:33 +01:00
0157e90753 fix when search service not exists
throw an error when the search service name does not exists.
+ test
2014-12-28 23:45:42 +01:00
13f7dcb00b Implementing search language
refs #223
2014-12-27 18:59:56 +01:00
51d6bed43d add search possibility throught all bundles, and remove deps between mainbundle and person bundle.
refs #223
2014-11-25 15:25:37 +01:00