protegeproject / lucene-search-tab

A Protégé 5 plugin providing a GUI for Lucene search
Other
1 stars 5 forks source link

Check boxes not behaving correctly #3

Open bdionne opened 8 years ago

bdionne commented 8 years ago

Do a search with a property (.eg. rdfs:label) and contains.

See the results

Uncheck the boxes in the lower right to filter out classes and datatypes

run the search again

the same results come back and the boxes that were unchecked are checked again

rsgoncalves commented 8 years ago

This is the intended behaviour; Pressing 'Search' triggers a new search, which resets the search results filters. The design choice is inline with common (Web) search portals with filters on their results, e.g., Amazon, Yahoo, Bing, Google Shopping, etc, where the filters are used for post-processing of the search results.

Is there a need to predefine what entity types should appear in the results?

bdionne commented 8 years ago

I see, well then the problem seems to be that unchecking the boxes does not filter

rsgoncalves commented 8 years ago

They seemed Ok on my end from some quick tests. What steps did you take to trigger the problem?

bdionne commented 8 years ago

see the first comment above. I was doing this with the full thesaurus.owl file, using the client/server

rsgoncalves commented 8 years ago

They're working for me (example).