Skip to content

FF: ConditionsHandler and Document fails to search relation data #861

Description

@oyeaussie

Using quick search on a datatable that has fields from relationship database, we get an exception that that data passed to ConditionsHandler prep_match on line 111 is null. The data sent will be null as the column that we are searching for is not in the document that we passed to the verifyCondition method.

Approach can be to get the data at the time we process index or if we do not want to process index and proceed with documentFinder extended search from line 264 (!$indexSearched && count($found) === 0) { we will have to get relationship data there and then pass it to ConditionsHandler.

Metadata

Metadata

Assignees

Labels

P3I will get to this in a week or a month, bribe me to prioritisebugSomething is not working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions