Closed (fixed)
Project:
Elasticsearch Connector
Version:
8.x-6.x-dev
Component:
Elasticsearch Connector Views
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2017 at 17:19 UTC
Updated:
2 Oct 2019 at 12:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bander2 commentedI can't reproduce this. @mpastas can you try this on the latest dev?
Comment #3
takim commentedI think you are trying to use elastic search index Instead of Search API index. If you are using Search API index and add fulltext search inout from that index it should work. Otherwise place screen shot.
Comment #4
takim commentedComment #5
skek commented@takim,
This is actually for the Elasticsearch Connector Views module, which is a ES index readonly module and not connected with Search API integration.
So we should keep this open.
Comment #6
takim commented@skek
I agree. I have tried that and it did not work.
Comment #7
m4oliveiWhat is the difference between the ES Index based views integration and the Search API views integration? When would you use one over the other?
Comment #8
skek commented@m4olivei,
The idea of ES Index based views is when you want to present content in Drupal that is not created there.
Imagine you have a Drupal Site A, which index content in an index. Then Drupal Site B can fetch content from this index, without the need to have the entities.
An other example is when an 3th party app index logs/transactions in Elastic and you want to create some admin pages within Drupal.
Comment #9
m4oliveiAhhhh, that makes a lot of sense. So if the site where elasticsearch_connector is installed is the only one creating indices on your Elasticsearch cluster, from content on the same site, than you don't need ES Index based views?
Comment #10
skek commentedYes, that's correct.
Comment #11
alejomc commentedthis first attempt implements the fulltextsearch filter.
Comment #12
alejomc commentedComment #13
alejomc commentedComment #14
alejomc commentedComment #15
stevenlafl commentedI have a View with the fulltext set up against an Index, not a cluster, so this is exactly what I was looking for. Things like Title or other fields were not being searched against.
After applying, the search now works absolutely beautifully and as intended (8.6) on a very large site. Good work, and thank you.
Comment #17
skek commentedThank you for the contribution @here.
Comment #19
pySilver commentedFull text search and other queries are supported at this fork: https://www.drupal.org/project/elasticsearch_connector/issues/3077463