Hi,
I have indexed a metadata field "date", which is numerical value.
I want to search files in a particular range according to "date" field, so I
execute like this:
$limitstring = "'Date', '1900', '2009'";
$search->set_search_limit($limitstring); //limit by year
But it does not work. However, it can sort on "date" field correctly.
Any comments? Thank you!
Best,
Dennis
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Tue May 12 17:48:47 2009