Skip to content

String query for ES searches question #139

@cl117

Description

@cl117

Keywords includes all the other fields already. Is it duplicate? and this equals to set each field ^2 times weight. Not sure why write this way.

def search_es(es_query: str) -> Dict:
'fields': [
    'subject',
    'displayId^3',
    'version',
    'name',
    'description',
    'type',
    'keywords'
]```

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions