api('GET', ["search",Search]) ->
Var = boss_db:find(model, [{comment, 'matches', Search}])--
You received this message because you are subscribed to the Google Groups "ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chicagoboss...@googlegroups.com.
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/2fde0c3d-8f0e-46c2-98d7-f07c958773f0%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
api('GET', ["search",Search]) ->
Var = boss_db:find(model, [{comment, 'matches', Search}])boss_db:find(model, [{[foo,comment], 'matches', Search}]) ???
--
You received this message because you are subscribed to the Google Groups "ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chicagoboss...@googlegroups.com.
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/17a66a04-94dd-4465-9ad6-6c01a60bdec7%40googlegroups.com.
{{{badarg,[{re,run,[3,"till",[]],[]},
{boss_db_mock_controller,match_cond,2,
[{file,"src/boss_db_mock_controller.erl"},
{line,146}]},
{dict,filter_bucket,4,[{file,"dict.erl"},{line,481}]},
{dict,filter_bkt_list,4,[{file,"dict.erl"},{line,475}]},
{dict,filter_seg_list,4,[{file,"dict.erl"},{line,469}]},
{dict,filter_dict,2,[{file,"dict.erl"},{line,464}]},
{boss_db_mock_controller,do_find,7,
[{file,"src/boss_db_mock_controller.erl"},
{line,112}]},
{boss_db_mock_controller,handle_call,3,
[{file,"src/boss_db_mock_controller.erl"},
{line,24}]}]},
{gen_server,call,
[{global,boss_db_mock},
{find,review,
[{comment,matches,"till"},{score,matches,"till"}],
all,0,id,ascending}]}},
{gen_server,call,
[<0.104.0>,
{find,review,
[{comment,matches,"till"},{score,matches,"till"}],
all,0,id,ascending,[]},
30000]}}
--
You received this message because you are subscribed to the Google Groups "ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chicagoboss...@googlegroups.com.
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/cd3de56d-6948-4b0e-8700-4ae047733fe9%40googlegroups.com.
Review = boss_db:find(review,[{comment, 'matches', Search},{score, 'matches', Search}]),You received this message because you are subscribed to the Google Groups "ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chicagoboss...@googlegroups.com.
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAFtCR1v-EqEzqTj03tKkFS40j_1%2BrYh1d1z75LxR5LjP7AduWQ%40mail.gmail.com.