-
Notifications
You must be signed in to change notification settings - Fork 53
Improve search #32
Comments
This works. Maybe not as everyone expects. It uses the elasticsearch query Most of the problem is that the mapping doesn't exists for plugins and such
|
You may use ES Query DSL or Lucene query syntax. The Python's ElasticSearch API documentation may help also. from aleph.datastore import es
es.search(...)
es.lucene_search(...) |
Exactly. For full text search the mapping must be implemented correctly. I Merces, since you're good with regex you could try to make this whitelist
|
I'll work with this issue. |
me too. |
\0/ |
I renamed the issue. Thank you all for working on this. |
Whats's guys, all right? I was editing at the settings.py file on the server made available at the lecture about Aleph, these lines are what? ELASTICSEARCH_URI = "127.0.0.1:9200" Aleph does not run on port 5000? ELASTICSEARCH_TRACE, because it is False? Tks ;) |
5000 is the Web Interface port. 9200 is elasticsearch which is the
|
Hmmm.....okay... Tks @jseidl Someone managed to do some kind of research? |
When we search for any string in the "Search" field (left sidebar) does not bring any results.
The text was updated successfully, but these errors were encountered: