Closed (duplicate)
Project:
Search 404
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Feb 2011 at 16:19 UTC
Updated:
21 May 2013 at 09:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
zyxware commentedCan you please clarify? What exactly are you looking for?
Comment #2
Shadlington commentedI see a bunch of search modules listed as being supported, but not the Search API module.
That's pretty much it really - I love Search API and would like to use it for Search 404 rather than any of the alternatives.
Comment #3
pixelsweatshop commentedsub +1 for this feature.
Comment #4
pixelsweatshop commentedSearch_api maintainers response http://drupal.org/node/1176820
Comment #5
nigelw commentedLooking forward to this feature as well! :) Keep up the good work!
Comment #6
yareckon commentedsubscribe
Comment #7
zyxware commentedIf somebody can come up with a patch for doing this I can integrate it to the module.
Comment #8
blackice2999 commentedHi @all,
as a small and fast solution i have added a custom path url option. You can enter a path like "search/@keys" and we got a redirect to this path. It works fine with search_api and views page because its not depending on this modules. Sure there is no more logic behind that but it can be a fast and small solution.
Comment #9
Anonymous (not verified) commentedI successfully use the patch from #8 with Search API Pages. Doesn't necessarily require a view. Thanks!
Comment #10
pixelsweatshop commentedPatch works for me too. @zyxware maybe we can get this committed, unless you see an issue with this approach?
Comment #11
zyxware commented@Blackice2999 - Thanks for the patch. I have applied this on the 7.x-1.x branch. Please check and revert if there are issues.
Comment #12
zyxware commentedComment #13
zyxware commentedApplied the changes in 6.x-1.x as well.
Comment #15
ezeedub commentedI'd like this integration to work without the dependency on core search, which I prefer to disable when using search_api.
Is that possible?
Comment #16
ezeedub commentedOn second thought, that may be more work than it's worth.
I just created a pared down version of search404 for use with search_api that meets my current needs. I post it here in case it's of use to someone else.
Comment #17
gaëlgHere's a patch.
Comment #18
jtbayly commentedI'm thinking the patch above was put on the wrong issue somehow. Changing status back.
-Joseph
Comment #19
gaëlgSorry, actually it was the right issue but the wrong patch!
Comment #20
zyxware commented@GaëlG - Thanks for the patch. Can you please clarify as to what this patch is for? The searchAPI integration patch has already gone into the code and is available in the dev version of the module. You should be able to get that in the upcoming release.
Comment #21
gaëlg@zyxware: I can't remember what I did exactly, but I think I patched against last dev. Anyway, there's currently a problem in the last dev because search404_page() checks that search module is enabled, which most of the time is false when Search API is used.
If I'm right, what the patch does is simply change the checks order to behave correctly when search module is disabled.
Comment #22
zyxware commented@GaëlG - Thanks for the reply. If it is about removing search module dependency there is some work going on in this ticket - #1733762: Remove search.module dependency. I will be taking out the dependency on the search module with the next release. If that was the only issue please close this issue and continue discussions at the above mentioned issue.
Comment #23
gaëlgAllright.