Skip to content

SearchRaw & .FacetItems Throw Exception w/ Latest Commit #645

Closed
@nariman-haghighi

Description

@nariman-haghighi

The following line is now generating an exception because this.Infer is null for .SearchRaw calls:

        public IEnumerable<F> FacetItems<F>(Expression<Func<T, object>> expression) where F : FacetItem
        {
            var fieldName = this.Infer.PropertyPath(expression);
            return this.FacetItems<F>(fieldName);
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions