|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-05-11 16:36 UTC] irxpoder at gmail dot com
[2013-05-11 16:37 UTC] irxpoder at gmail dot com
[2013-05-11 16:37 UTC] irxpoder at gmail dot com
-Status: Open
+Status: Closed
[2013-05-12 16:59 UTC] tony2001@php.net
-Status: Closed
+Status: Not a bug
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 08:00:01 2025 UTC |
Description: ------------ This dont works: $options = array("limit" => "700", "around" => "40"); sphinx->BuildExcerpts(array($mysqlb['post_text']), "nsinfo", $searchterm, $options); This works: sphinx->BuildExcerpts(array($mysqlb['post_text']), "nsinfo", $searchterm); Test script: --------------- <?php $options = array("limit" => "700", "around" => "40"); sphinx->BuildExcerpts(array($mysqlb['post_text']), "nsinfo", $searchterm, $options); ?> Expected result: ---------------- Building excerpts Actual result: -------------- bools false if passed options