parisholley / wordpress-fantastic-elasticsearch

Improve wordpress search performance/accuracy and enable faceted search by leveraging an ElasticSearch server.
MIT License
162 stars 63 forks source link

Git rid of nhp #51

Open parisholley opened 11 years ago

parisholley commented 11 years ago

haven't decided between just keeping simple and using css/methods baked into wordpress or build my own plugin page framework

schorsch commented 11 years ago

i think it would be nicer to select the indexed fields(see FieldMapping) and directly set their type(analysed/numeric, date, etc) when selected. This could also lead to a better settings structure where each field would directly know its type, instead of keeping separate lists with numeric/not-analized fields.

And yes nhp would not be a great help in this!