- Issue created by @iwayMan
- Assigned to iwayMan
- Issue was unassigned.
- πΊπΈUnited States mark_fullmer Tucson
Thanks for reporting this. The API referenced here, used in version 3 of the google_cse module, is no longer supported by Google.
Google has provided a new API which the Drupal module google_cse has implemented in version 4. This API is the "Element Control API," and it does support returning search results in specific languages (our test coverage even proves it!).
You can read about this at https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib... β
So, I think the best way to support your use case is to update from version 3 of google_cse to version 4.
If I've misunderstood anything, please do clarify!
- π¨π¦Canada iwayMan
Thank you for the info. I don't think we can use modules in alpha, as a policy in our organization. We may have to stick with 8.x-3.x until there is a proper release of version 4. Maybe I could still submit my patch here and we could link to it and apply until we move to v4?
- Merge request !8Issue #3431468: Use settings variables hl and locale_hl to select display language of result UI. β (Open) created by iwayMan
- last update
11 months ago Composer error. Unable to continue. - π¨π¦Canada iwayMan
Adding patch file.
Use the hl and locale_hl configuration settings to select the language to display the results page in.
- Status changed to Downport
10 months ago 6:35pm 3 April 2024 - πΊπΈUnited States mark_fullmer Tucson
We may have to stick with 8.x-3.x until there is a proper release of version 4. Maybe I could still submit my patch here and we could link to it and apply until we move to v4?
That's your call, and it gives impetus to the maintainers to provide a stable release of the 4.x branch. There isn't anything remaining that technically means it needs to be in alpha state right now. And yes, it's totally fine to submit a patch for community use here. Thanks!
- πΊπΈUnited States mark_fullmer Tucson
FYI, we've released version 4.0.0 of this module, indicating that the maintainers feel the 4.x branch is ready for use on production sites: https://www.drupal.org/project/google_cse/releases/4.0.0 β