Jump to content

Does 4.0 Search work when searching Members?


Michael R

Recommended Posts

If I go to Advanced Search and click on Members, I get an error every time now. I realize not every field is searchable, but I should at least get some results.

For example, if I click on Gender: Male and click Search Community it errors.

If I enter "Rhode Island" in location, at the very least I should get my profile, but again it errors.

Quote

Sorry, there is a problem

Something went wrong. Please try again.

Error code: EX2

Frustrating.

Link to comment
Share on other sites

As i said in the ticket, this is a bug, which was resolved in 4.1

if you don't want / can't upgrade, open applications/core/modules/front/search/search.php

search for 

if ( isset( \IPS\Request::i()->$key ) )

replace it with

if ( isset( \IPS\Request::i()->$key ) AND \IPS\Request::i()->$key != 'any' )

(this should be line 114)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...