Closed (fixed)
Project:
Sphinx Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2008 at 00:40 UTC
Updated:
6 Apr 2012 at 14:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
neochief commentedFixed assert warning of sphinxsearchapi on int check:
$search_options['results_per_page'] = (int)$search_options['results_per_page'];(wonder why it triggered, but anyway, the warning gone)
Comment #2
markus_petrux commentedPlease, check out the list of TODO things that need to be done for the D6 version of this module:
http://drupal.org/node/306959#comment-1007276
Once hook_sphinxsearch_api() is done and working, I plan to add the ability to create profiles (or something similar) to build search page options. To do that, I'll probably move options that are now in the module settings panel to the "profile edit panel", there I could include an option to customize the number of results per page, which options are available for advanced search form, predefined filters, what should be available for faceted search block, etc.
I just need time to keep working on that... I hope to get into it next week, but it depends on daily job.
PS: Flagging the issue as "needs work", but it really depends on things that I still need to code.
Comment #3
markus_petrux commentedWent ahead and committed a slight variation of the patch.
- http://drupalcode.org/project/sphinxsearch.git/commit/0d76f3b
Thank you!
Comment #4
markus_petrux commentedOops!