MachineVisionUiB / machinevision

We are developing a database to map and interpret the representations and uses of machine vision technologies in digital art, computer games and narratives such as science fiction novels, movies and creepypasta.
http://uib.no/en/machinevision
4 stars 0 forks source link

Install Search API facilitating generic search and faceting #96

Closed steinmb closed 4 years ago

steinmb commented 4 years ago

In the Drupal 7 site (https://old.machine-vision.no/search/node) we used Drupal core search. In Drupal 9 the plan is to use Search API and it's faceting filters giving us powerful ways of drilling and filtering the content. It also give the ability to use the search engine creating custom views lists and so on.

Scope of work

How to test

Go to: https://machine-vision.no/search and do your worst

steinmb commented 4 years ago

@jilltxt Search API installed. Excellent baseline to build more powerful search and filtering than out the box Drupal core search. Search is a ongoing process req, tuning, changes as we go. https://machine-vision.no/search

Screenshot 2020-06-24 at 11 38 49

Created a very basic search. Searching all nodes, not optimization have been done. Except:

We now can create search lists of "everything" using views with all the bells and whistles. Current we only have one index, containing node content.

The view is found: https://machine-vision.no/admin/structure/views/view/search

jilltxt commented 4 years ago

Look good! Thanks!