Skip to content
Snippets Groups Projects
Commit 28337fef authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

add subjects to search index

parent 545d9900
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ class SearchController < ApplicationController
def index
@types = learning_object_repository.get_types
@subjects = ["Matemática", "Física", "Português", "Biologia"]
@subjects = ['Arte', 'Biologia', 'Ciências', 'Educação Física', 'Filosofia', 'Física', 'Geografia', 'História', 'Matemática', 'Português', 'Química', 'Sociologia']
end
def fetch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment